diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-27 23:12:32 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-27 23:12:32 +0000 |
commit | a38762bc2e7d2fc497522e5a4cdefc29b82edd03 (patch) | |
tree | d6206fa7532d3253888411748b003df1c9d9ed76 /sys-apps/parted | |
parent | man page/LFH fixes (diff) | |
download | gentoo-2-a38762bc2e7d2fc497522e5a4cdefc29b82edd03.tar.gz gentoo-2-a38762bc2e7d2fc497522e5a4cdefc29b82edd03.tar.bz2 gentoo-2-a38762bc2e7d2fc497522e5a4cdefc29b82edd03.zip |
last nls fix fixed
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/parted-1.4.24-r1.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys-apps/parted/parted-1.4.24-r1.ebuild b/sys-apps/parted/parted-1.4.24-r1.ebuild index 9fe881478cf5..e5624b007953 100644 --- a/sys-apps/parted/parted-1.4.24-r1.ebuild +++ b/sys-apps/parted/parted-1.4.24-r1.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: Peter Gavin <pete@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24-r1.ebuild,v 1.1 2002/03/27 14:06:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24-r1.ebuild,v 1.2 2002/03/27 23:12:32 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="An advanced partition modification system" @@ -15,6 +15,15 @@ DEPEND="virtual/glibc nls? ( >=sys-devel/gettext-0.10.38 ) python? ( >=dev-lang/python-2.0 )" +src_unpack() { + unpack ${A} + if [ -z "`use nls`" ] + then + touch ${S}/parted/libintl.h + touch ${S}/debug/clearfat/libintl.h + find ${S}/libparted/ -type d -exec touch {}/libintl.h \; + fi +} src_compile() { |