diff options
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ldetect-lst/Manifest | 4 | ||||
-rw-r--r-- | sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/ldetect-lst/Manifest b/sys-libs/ldetect-lst/Manifest index c69ff0ff21f3..ccd5f7187a5e 100644 --- a/sys-libs/ldetect-lst/Manifest +++ b/sys-libs/ldetect-lst/Manifest @@ -1,4 +1,4 @@ -MD5 87a3fd6a74f6ae8f2f8499c5ebea4576 ldetect-lst-0.1.4.ebuild 1128 MD5 19b7deb2711f775a841fae2cd2b7afc2 ChangeLog 414 -MD5 4a22f1a47a32bf01df07bad058da1534 files/ldetect-lst-0.1.4.patch 252 +MD5 5ee5072fcfa95fd2aa1a81a9f4258eee ldetect-lst-0.1.4.ebuild 1122 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-ldetect-lst-0.1.4 0 +MD5 4a22f1a47a32bf01df07bad058da1534 files/ldetect-lst-0.1.4.patch 252 diff --git a/sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild b/sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild index 83007d3d4857..56d932300bba 100644 --- a/sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild +++ b/sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 damien krotkine <dams@gentoo.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild,v 1.7 2003/06/22 05:10:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild,v 1.8 2003/09/10 04:34:14 msterret Exp $ ECVS_ANON="no" ECVS_USER="anoncvs" @@ -23,7 +23,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha" src_compile() { cd ../../ldetect-lst; echo " ------- pwd : $PWD" - patch -p1 <${FILESDIR}/ldetect-lst-0.1.4.patch || die + patch -p1 <${FILESDIR}/ldetect-lst-0.1.4.patch || die make prefix=${D}/usr clean; make } |