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/tmpwatch
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/tmpwatch')
-rw-r--r--app-admin/tmpwatch/Manifest2
-rw-r--r--app-admin/tmpwatch/tmpwatch-2.8.4.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/app-admin/tmpwatch/Manifest b/app-admin/tmpwatch/Manifest
index 225372694aed..0d609d7a1880 100644
--- a/app-admin/tmpwatch/Manifest
+++ b/app-admin/tmpwatch/Manifest
@@ -1,5 +1,5 @@
MD5 cf22cacbc46eb3360f9c5d56c8f73311 ChangeLog 885
-MD5 b10e3a536a1780c29245767f876a916e tmpwatch-2.8.4.ebuild 998
+MD5 dc4af209b9b90fcb92b6d3ad47d0b475 tmpwatch-2.8.4.ebuild 955
MD5 dd13dfdc2b24d2ba9601c10cbba72b69 tmpwatch-2.9.0.ebuild 1033
MD5 dda6f902f6f95e2696dadeecd0bfeb64 files/digest-tmpwatch-2.8.4 68
MD5 185828eaf60e27de261fa50a676a47b6 files/digest-tmpwatch-2.9.0 68
diff --git a/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild b/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild
index dbd5b2b938ef..04e09d9c1b2a 100644
--- a/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild
+++ b/app-admin/tmpwatch/tmpwatch-2.8.4.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/tmpwatch/tmpwatch-2.8.4.ebuild,v 1.4 2003/06/29 15:24:07 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild,v 1.5 2003/09/26 20:45:47 aliz Exp $
RPM_V="4"
@@ -22,9 +22,8 @@ src_unpack() {
tar zxf ${P}.tar.gz
cd ${S}
- sed "s:..RPM_OPT_FLAGS.:${CFLAGS}:" \
- < Makefile > Makefile.new
- mv -f Makefile.new Makefile
+ sed -i "s:..RPM_OPT_FLAGS.:${CFLAGS}:" \
+ Makefile
}
src_compile() {