summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-10 04:34:16 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-10 04:34:16 +0000
commit116ccbc4b4d43ece8356c1092cdde8961106800c (patch)
tree62f4bd3cec1eef53b6dbb06d980ab4371cbaa64f /sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild
parentversion bump.. andersee is pleased to announce the immediate availability of ... (diff)
downloadgentoo-2-116ccbc4b4d43ece8356c1092cdde8961106800c.tar.gz
gentoo-2-116ccbc4b4d43ece8356c1092cdde8961106800c.tar.bz2
gentoo-2-116ccbc4b4d43ece8356c1092cdde8961106800c.zip
repoman: fix leading whitespace
Diffstat (limited to 'sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild')
-rw-r--r--sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild4
1 files changed, 2 insertions, 2 deletions
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
}