diff options
-rw-r--r-- | sys-apps/parted/parted-1.4.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/parted/parted-1.4.14.ebuild b/sys-apps/parted/parted-1.4.14.ebuild index a1df85e1568f..4807c69efd30 100644 --- a/sys-apps/parted/parted-1.4.14.ebuild +++ b/sys-apps/parted/parted-1.4.14.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.14.ebuild,v 1.1 2001/06/02 22:16:23 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.14.ebuild,v 1.2 2001/06/02 22:21:23 pete Exp $ #P= A=${P}.tar.gz @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnu.org/software/${PN}" DEPEND="virtual/glibc" src_compile() { - try ./configure --prefix=/usr --host=${CHOST} + try ./configure --prefix=/usr --target=${CHOST} try make } |