summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-09-26 20:45:52 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-09-26 20:45:52 +0000
commit6b701bf2c55bb2d00dfb89065ac02cebc2208332 (patch)
tree183a04ec76884ad39a5953679a4dff6f99b0b97b /app-admin/watchfolder/watchfolder-0.3.1.1.ebuild
parentAdded dev-util/gperf to DEPEND, closing Bug 29647 (diff)
downloadhistorical-6b701bf2c55bb2d00dfb89065ac02cebc2208332.tar.gz
historical-6b701bf2c55bb2d00dfb89065ac02cebc2208332.tar.bz2
historical-6b701bf2c55bb2d00dfb89065ac02cebc2208332.zip
sed and epatch updates
Diffstat (limited to 'app-admin/watchfolder/watchfolder-0.3.1.1.ebuild')
-rw-r--r--app-admin/watchfolder/watchfolder-0.3.1.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/watchfolder/watchfolder-0.3.1.1.ebuild b/app-admin/watchfolder/watchfolder-0.3.1.1.ebuild
index d670219922af..70121bb25991 100644
--- a/app-admin/watchfolder/watchfolder-0.3.1.1.ebuild
+++ b/app-admin/watchfolder/watchfolder-0.3.1.1.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-admin/watchfolder/watchfolder-0.3.1.1.ebuild,v 1.3 2003/06/29 15:24:08 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/watchfolder/watchfolder-0.3.1.1.ebuild,v 1.4 2003/09/26 20:45:47 aliz Exp $
MY_PV="${PV:0:5}_p1"
@@ -20,8 +20,7 @@ src_unpack() {
unpack ${A}
cd ${S}
- mv Makefile Makefile.orig
- sed "3s:OPT=:OPT=${CFLAGS} :" Makefile.orig >Makefile
+ sed -i "3s:OPT=:OPT=${CFLAGS} :" Makefile
}
src_compile() {