diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-17 00:52:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-17 00:52:41 +0000 |
commit | 38ebbfa658594cc77bccfb809b4d77ba20c8fcce (patch) | |
tree | 060b2aa853e83776b6c819aebe225bccf90f452a /sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild | |
parent | Version bump. (diff) | |
download | historical-38ebbfa658594cc77bccfb809b4d77ba20c8fcce.tar.gz historical-38ebbfa658594cc77bccfb809b4d77ba20c8fcce.tar.bz2 historical-38ebbfa658594cc77bccfb809b4d77ba20c8fcce.zip |
move nsswitch.conf from baselayout
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild index 6d4aff1aabf7..f182aeea5fd4 100644 --- a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.47 2005/05/16 22:23:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.48 2005/05/17 00:52:41 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -461,6 +461,7 @@ toolchain-glibc_src_install() { # Install nscd config file insinto /etc doins ${FILESDIR}/nscd.conf + doins "${FILESDIR}"/nsswitch.conf exeinto /etc/init.d doexe ${FILESDIR}/nscd |