summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-02-01 01:26:08 +0000
committerDonny Davies <woodchip@gentoo.org>2002-02-01 01:26:08 +0000
commitcc01e363275c6a9495635ad59d59b7e6aab5d7d5 (patch)
treeba266f11dee8178ffe206f0c39ff4c683d29ec39 /sys-libs
parentUpdated version to 3.0.2. (diff)
downloadgentoo-2-cc01e363275c6a9495635ad59d59b7e6aab5d7d5.tar.gz
gentoo-2-cc01e363275c6a9495635ad59d59b7e6aab5d7d5.tar.bz2
gentoo-2-cc01e363275c6a9495635ad59d59b7e6aab5d7d5.zip
Added dosym /usr/lib/libbsd-compat.a /usr/lib/libbsd.a.
Not bumping revision, pretty small change.
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.2.4-r9.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.2.4-r9.ebuild b/sys-libs/glibc/glibc-2.2.4-r9.ebuild
index 0177d3db8252..2d42b64e67f1 100644
--- a/sys-libs/glibc/glibc-2.2.4-r9.ebuild
+++ b/sys-libs/glibc/glibc-2.2.4-r9.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: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.4-r9.ebuild,v 1.1 2001/12/31 05:41:50 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.4-r9.ebuild,v 1.2 2002/02/01 01:26:08 woodchip Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GNU libc6 (also called glibc2) C library"
@@ -109,14 +109,17 @@ src_install() {
rm ${D}/lib/ld-linux.so.2
rm ${D}/lib/libc.so.6
rm ${D}/lib/libpthread.so.0
- #is this next line actually needed or does the makefile get it right. It previously has 0755 perms which was
- #killing things.
+ #is this next line actually needed or does the makefile get it right.
+ #It previously has 0755 perms which was killing things.
chmod 4755 ${D}/usr/lib/misc/pt_chown
rm -f ${D}/etc/ld.so.cache
#prevent overwriting of the /etc/localtime symlink. We'll handle the
#creation of the "factory" symlink in pkg_postinst().
rm -f ${D}/etc/localtime
+
+ #some things want this, notably ash.
+ dosym /usr/lib/libbsd-compat.a /usr/lib/libbsd.a
}
pkg_postinst()