diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-04-04 23:10:39 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-04-04 23:10:39 +0000 |
commit | a52b66c7abf177c09aa9169908c3d353f487866f (patch) | |
tree | a2dc2a4dac4bf8738fb4b5ce30f6cc96b8465de0 /app-i18n | |
parent | new 1.2.5 kdbg. the 1.2.5.2 ebuild compiles against kde2. the 1.2.5.3 ebuild ... (diff) | |
download | gentoo-2-a52b66c7abf177c09aa9169908c3d353f487866f.tar.gz gentoo-2-a52b66c7abf177c09aa9169908c3d353f487866f.tar.bz2 gentoo-2-a52b66c7abf177c09aa9169908c3d353f487866f.zip |
kde_src_unpack fix
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/kde-i18n/kde-i18n-3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/kde-i18n/kde-i18n-3.0.ebuild b/app-i18n/kde-i18n/kde-i18n-3.0.ebuild index 692bd679a679..7b1341f4d0e1 100644 --- a/app-i18n/kde-i18n/kde-i18n-3.0.ebuild +++ b/app-i18n/kde-i18n/kde-i18n-3.0.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.ogr> -# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-i18n/kde-i18n-3.0.ebuild,v 1.2 2002/04/03 18:58:23 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-i18n/kde-i18n-3.0.ebuild,v 1.3 2002/04/04 23:10:39 gbevin Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-i18n S=${WORKDIR}/${P} src_unpack() { - kde_src_unpack + base_src_unpack # we need to patch the Makefile.in's of <lang>/docs/common/ for each language. # but we can't patch Makefile.am's, so better than patching in src_compile, we @@ -20,4 +20,4 @@ src_unpack() { [ -d docs/common ] && ( patch -p0 < ${DISTDIR}/kde-i18n-gentoo.patch || die ) done -}
\ No newline at end of file +} |