diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-04 13:16:56 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-04 13:16:56 +0000 |
commit | 084159cd63ccf01a03a3ee30461c571822921afb (patch) | |
tree | 3bf0b0867421ae53e9a8c09c9f34c5ada670e820 /gnome-base/gconf | |
parent | libtoolizing this (diff) | |
download | gentoo-2-084159cd63ccf01a03a3ee30461c571822921afb.tar.gz gentoo-2-084159cd63ccf01a03a3ee30461c571822921afb.tar.bz2 gentoo-2-084159cd63ccf01a03a3ee30461c571822921afb.zip |
typo
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/gconf-1.0.8-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-base/gconf/gconf-1.0.8-r2.ebuild b/gnome-base/gconf/gconf-1.0.8-r2.ebuild index d69cfe505aaf..bd350992b50b 100644 --- a/gnome-base/gconf/gconf-1.0.8-r2.ebuild +++ b/gnome-base/gconf/gconf-1.0.8-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.8-r2.ebuild,v 1.2 2002/04/04 13:14:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.8-r2.ebuild,v 1.3 2002/04/04 13:16:56 seemant Exp $ S=${WORKDIR}/GConf-${PV} DESCRIPTION="Gconf" @@ -19,8 +19,8 @@ src_compile() { libtoolize --copy --force use nls \ - || myconf="--disable-nls" - && mkdir intl + || myconf="--disable-nls" \ + && mkdir intl \ && touch intl/libgettext.h ./configure --host=${CHOST} \ |