diff options
author | 2003-04-06 09:59:53 +0000 | |
---|---|---|
committer | 2003-04-06 09:59:53 +0000 | |
commit | 192ad23f8b68ca109ae5340c367ead706ca67e58 (patch) | |
tree | 879e25b49edbb6ec452c81e909e3e88cc6431b7c /sys-libs/glibc/glibc-2.3.1-r4.ebuild | |
parent | "TV fonts installed this time" (diff) | |
download | historical-192ad23f8b68ca109ae5340c367ead706ca67e58.tar.gz historical-192ad23f8b68ca109ae5340c367ead706ca67e58.tar.bz2 historical-192ad23f8b68ca109ae5340c367ead706ca67e58.zip |
*** empty log message ***
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.1-r4.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.1-r4.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.3.1-r4.ebuild b/sys-libs/glibc/glibc-2.3.1-r4.ebuild index 6510d308e2a3..c17e6b1e787e 100644 --- a/sys-libs/glibc/glibc-2.3.1-r4.ebuild +++ b/sys-libs/glibc/glibc-2.3.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.1-r4.ebuild,v 1.4 2003/04/06 02:58:19 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.1-r4.ebuild,v 1.5 2003/04/06 09:59:53 azarah Exp $ IUSE="nls pic build" @@ -251,6 +251,11 @@ src_install() { NEWS NOTES PROJECTS README* else rm -rf ${D}/usr/share ${D}/usr/lib/gconv + + einfo "Installing Timezone data..." + make PARALLELMFLAGS="${MAKEOPTS}" \ + install_root=${D} \ + timezone/install-others -C buildhere || die fi if [ "`use pic`" ] |