diff options
author | 2005-07-10 15:56:12 +0000 | |
---|---|---|
committer | 2005-07-10 15:56:12 +0000 | |
commit | f61e63794d0cf493f1ac137f0ce0cb49cff2859c (patch) | |
tree | 3bd82561dd186d61f1862f99f9ff87c5849cef72 /net-print/omni/omni-0.9.2.ebuild | |
parent | add id back into SRC_URI #98518 (diff) | |
download | gentoo-2-f61e63794d0cf493f1ac137f0ce0cb49cff2859c.tar.gz gentoo-2-f61e63794d0cf493f1ac137f0ce0cb49cff2859c.tar.bz2 gentoo-2-f61e63794d0cf493f1ac137f0ce0cb49cff2859c.zip |
small fix
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-print/omni/omni-0.9.2.ebuild')
-rw-r--r-- | net-print/omni/omni-0.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/omni/omni-0.9.2.ebuild b/net-print/omni/omni-0.9.2.ebuild index 085dc7928585..2ab6100eee07 100644 --- a/net-print/omni/omni-0.9.2.ebuild +++ b/net-print/omni/omni-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/omni/omni-0.9.2.ebuild,v 1.2 2005/06/08 08:38:01 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/omni/omni-0.9.2.ebuild,v 1.3 2005/07/10 15:56:12 lanius Exp $ inherit eutils @@ -45,7 +45,7 @@ src_compile() { libtoolize --copy --force - LANG="" ./setupOmni ${myconf} --disable-device-xml --enable-device-compile || die + LC_ALL="" LC_NUMERIC="" LANG="" ./setupOmni ${myconf} --disable-device-xml --enable-device-compile || die if use ppds && use cups; then sed -i -e "s/model\/foomatic/model\/omni/g" CUPS/Makefile \ |