diff options
author | 2001-08-09 18:05:42 +0000 | |
---|---|---|
committer | 2001-08-09 18:05:42 +0000 | |
commit | 84a20679fd0b6d58654178a3d6fbb4bdc2ffb665 (patch) | |
tree | a90a730e6f22d4fc19a6bcc24865084f909f0283 /sys-apps/console-tools/console-tools-0.2.3-r4.ebuild | |
parent | new incoming (diff) | |
download | historical-84a20679fd0b6d58654178a3d6fbb4bdc2ffb665.tar.gz historical-84a20679fd0b6d58654178a3d6fbb4bdc2ffb665.tar.bz2 historical-84a20679fd0b6d58654178a3d6fbb4bdc2ffb665.zip |
--target changed back to --host, fixing this package
Diffstat (limited to 'sys-apps/console-tools/console-tools-0.2.3-r4.ebuild')
-rw-r--r-- | sys-apps/console-tools/console-tools-0.2.3-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/console-tools/console-tools-0.2.3-r4.ebuild b/sys-apps/console-tools/console-tools-0.2.3-r4.ebuild index eb8328bee2b2..6f2270054aec 100644 --- a/sys-apps/console-tools/console-tools-0.2.3-r4.ebuild +++ b/sys-apps/console-tools/console-tools-0.2.3-r4.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-tools/console-tools-0.2.3-r4.ebuild,v 1.1 2001/08/04 18:22:45 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-tools/console-tools-0.2.3-r4.ebuild,v 1.2 2001/08/09 18:05:42 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Console and font utilities" @@ -40,7 +40,7 @@ src_compile() { myconf="${myconf} --disable-nls" fi - try ./configure --prefix=/usr --mandir=/usr/share/man --target=${CHOST} ${myconf} + try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf} try make $MAKEOPTS all } |