summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-10-01 09:39:30 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-10-01 09:39:30 +0000
commitd2c6223a6c6887efc23f25a753a79f771a6e10cb (patch)
tree9c018332dcfd572e685d3ac6735e2c243e788e23 /app-crypt/johntheripper/johntheripper-1.6.ebuild
parentepatch, sed and changelog fixes (diff)
downloadhistorical-d2c6223a6c6887efc23f25a753a79f771a6e10cb.tar.gz
historical-d2c6223a6c6887efc23f25a753a79f771a6e10cb.tar.bz2
historical-d2c6223a6c6887efc23f25a753a79f771a6e10cb.zip
epatch, sed and changelog fixes
Diffstat (limited to 'app-crypt/johntheripper/johntheripper-1.6.ebuild')
-rw-r--r--app-crypt/johntheripper/johntheripper-1.6.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-crypt/johntheripper/johntheripper-1.6.ebuild b/app-crypt/johntheripper/johntheripper-1.6.ebuild
index d56093b3f5b5..6ccab8ce1093 100644
--- a/app-crypt/johntheripper/johntheripper-1.6.ebuild
+++ b/app-crypt/johntheripper/johntheripper-1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.17 2003/09/21 09:44:08 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.18 2003/10/01 09:39:25 aliz Exp $
inherit eutils
@@ -26,9 +26,8 @@ src_unpack() {
src_compile() {
cd src
- mv Makefile Makefile.orig
- sed -e "s:-m486::" -e "s:-Wall -O2:${CFLAGS}:" \
- Makefile.orig > Makefile
+ sed -i -e "s:-m486::" -e "s:-Wall -O2:${CFLAGS}:" \
+ Makefile
if [ `use mmx` ] ; then
emake linux-x86-mmx-elf || die
else