diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-06 11:10:13 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-06 11:10:13 +0000 |
commit | 47ea457c9ddd1b4581339f4fa6176fa8bcc71b9c (patch) | |
tree | fb4ff565de536a91c8d6476e966c05f95d6ed17e /gnome-base | |
parent | stable on x86, sparc, added ~mips (Manifest recommit) (diff) | |
download | gentoo-2-47ea457c9ddd1b4581339f4fa6176fa8bcc71b9c.tar.gz gentoo-2-47ea457c9ddd1b4581339f4fa6176fa8bcc71b9c.tar.bz2 gentoo-2-47ea457c9ddd1b4581339f4fa6176fa8bcc71b9c.zip |
put mkdir intl stuff in src_unpack()
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.9.ebuild | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 687051d267e9..04824bf6358b 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gconf # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.58 2004/02/04 15:34:05 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.59 2004/02/06 11:10:13 liquidx Exp $ + + 06 Feb 2004; Alastair Tse <liquidx@gentoo.org> gconf-1.0.9.ebuild: + put mkdir intl stuff in src_unpack() *gconf-1.0.9 (04 Feb 2004) diff --git a/gnome-base/gconf/gconf-1.0.9.ebuild b/gnome-base/gconf/gconf-1.0.9.ebuild index 344ef9afa31c..e821ce8d934e 100644 --- a/gnome-base/gconf/gconf-1.0.9.ebuild +++ b/gnome-base/gconf/gconf-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.9.ebuild,v 1.2 2004/02/04 20:32:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.9.ebuild,v 1.3 2004/02/06 11:10:13 liquidx Exp $ inherit libtool gnome.org @@ -38,15 +38,13 @@ src_unpack () { unpack ${A} EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/gconfd-2-fix.patch epatch ${FILESDIR}/${P}-locallock_mdk.patch + + mkdir ${S}/intl + touch ${S}/intl/libgettext.h } src_compile() { elibtoolize - - use nls \ - && mkdir intl \ - && touch intl/libgettext.h - econf $(use_enable nls) emake || die "make failed" } |