summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Gavin <pete@gentoo.org>2001-08-05 22:58:06 +0000
committerPeter Gavin <pete@gentoo.org>2001-08-05 22:58:06 +0000
commit0330caa1ec5a02e01be25066bcca2855b1f21048 (patch)
treef543f850ecbbe2c98c5a300e46e1fed38f11b9b6 /sys-apps/parted
parentquotes fixes for grub ebuilds (diff)
downloadgentoo-2-0330caa1ec5a02e01be25066bcca2855b1f21048.tar.gz
gentoo-2-0330caa1ec5a02e01be25066bcca2855b1f21048.tar.bz2
gentoo-2-0330caa1ec5a02e01be25066bcca2855b1f21048.zip
*** empty log message ***
Diffstat (limited to 'sys-apps/parted')
-rw-r--r--sys-apps/parted/parted-1.4.17.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/parted/parted-1.4.17.ebuild b/sys-apps/parted/parted-1.4.17.ebuild
index 375d9c83044a..4843567a8ddd 100644
--- a/sys-apps/parted/parted-1.4.17.ebuild
+++ b/sys-apps/parted/parted-1.4.17.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Peter Gavin <pete@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.17.ebuild,v 1.1 2001/08/04 18:22:45 pete Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.17.ebuild,v 1.2 2001/08/05 22:58:06 pete Exp $
#P=
A=${P}.tar.gz
@@ -52,7 +52,7 @@ src_compile() {
else
myconf="${myconf}"
fi
- try PYTHON=/usr/bin/python ./configure --prefix=/usr --target=${CHOST} ${myconf}
+ try ./configure --prefix=/usr --target=${CHOST} ${myconf}
cd ${S}
try make
}