diff options
author | Peter Gavin <pete@gentoo.org> | 2001-08-05 22:58:06 +0000 |
---|---|---|
committer | Peter Gavin <pete@gentoo.org> | 2001-08-05 22:58:06 +0000 |
commit | 7c00010527a72d20951c43caf8da08b5bff8cec0 (patch) | |
tree | 6673b5604aff515c8390b639273d504e2b08ef8a /sys-apps/parted | |
parent | quotes fixes for grub ebuilds (diff) | |
download | historical-7c00010527a72d20951c43caf8da08b5bff8cec0.tar.gz historical-7c00010527a72d20951c43caf8da08b5bff8cec0.tar.bz2 historical-7c00010527a72d20951c43caf8da08b5bff8cec0.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/parted-1.4.17.ebuild | 4 |
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 } |