summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-08-09 18:05:42 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-08-09 18:05:42 +0000
commit04a3e460b5b78a30b9926905f76adcedfbc323cf (patch)
tree52721faf7d153f69f6201e65bca2bf1de4a7d88a /sys-apps/console-tools
parentnew incoming (diff)
downloadgentoo-2-04a3e460b5b78a30b9926905f76adcedfbc323cf.tar.gz
gentoo-2-04a3e460b5b78a30b9926905f76adcedfbc323cf.tar.bz2
gentoo-2-04a3e460b5b78a30b9926905f76adcedfbc323cf.zip
--target changed back to --host, fixing this package
Diffstat (limited to 'sys-apps/console-tools')
-rw-r--r--sys-apps/console-tools/console-tools-0.2.3-r4.ebuild4
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
}