summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Sozeau <mattam@gentoo.org>2004-09-29 22:55:12 +0000
committerMatthieu Sozeau <mattam@gentoo.org>2004-09-29 22:55:12 +0000
commit2468e4bca2b114d7dc42629ed0789fe3263a49f2 (patch)
treee0a977990679ce8ce836f8a6e4a947cb4007cf32 /dev-lang/smlnj/smlnj-110.45.ebuild
parentVersion bump to 0.31_gtk2.4_pre3 (Manifest recommit) (diff)
downloadgentoo-2-2468e4bca2b114d7dc42629ed0789fe3263a49f2.tar.gz
gentoo-2-2468e4bca2b114d7dc42629ed0789fe3263a49f2.tar.bz2
gentoo-2-2468e4bca2b114d7dc42629ed0789fe3263a49f2.zip
Fix for bug #60965
Diffstat (limited to 'dev-lang/smlnj/smlnj-110.45.ebuild')
-rw-r--r--dev-lang/smlnj/smlnj-110.45.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lang/smlnj/smlnj-110.45.ebuild b/dev-lang/smlnj/smlnj-110.45.ebuild
index 2b571fbddfc2..f3b78d3afac1 100644
--- a/dev-lang/smlnj/smlnj-110.45.ebuild
+++ b/dev-lang/smlnj/smlnj-110.45.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/smlnj/smlnj-110.45.ebuild,v 1.4 2004/07/07 10:53:41 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/smlnj/smlnj-110.45.ebuild,v 1.5 2004/09/29 22:55:12 mattam Exp $
inherit eutils
@@ -50,13 +50,12 @@ src_unpack() {
src_compile() {
export SMLNJ_HOME=${WORKDIR}
-
cd ${WORKDIR}
echo "request ml-burg" >> $SMLNJ_TARGETS
echo "request eXene" >> $SMLNJ_TARGETS
- ./config/install.sh || die
+ LC_ALL=C ./config/install.sh || die
}
src_install() {