diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-03-06 05:27:28 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-03-06 05:27:28 +0000 |
commit | b0796da85f5fcf2897347016bd70674912db3061 (patch) | |
tree | 4e03661facbcc345c6444e4f17373d67398055c1 /sys-devel/ld.so | |
parent | New packages for gnome-1.4_beta2 used in rc4 (diff) | |
download | gentoo-2-b0796da85f5fcf2897347016bd70674912db3061.tar.gz gentoo-2-b0796da85f5fcf2897347016bd70674912db3061.tar.bz2 gentoo-2-b0796da85f5fcf2897347016bd70674912db3061.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel/ld.so')
-rw-r--r-- | sys-devel/ld.so/ld.so-1.9.11-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild b/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild index 5b54eff17640..7a06646e6e97 100644 --- a/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild +++ b/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild,v 1.1 2001/02/07 16:05:19 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild,v 1.2 2001/03/06 05:27:28 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -23,9 +23,9 @@ src_install() { PREFIX=${D} ./instldso.sh --force - # Remove stuff that comes with glibc - rm -rf ${D}/sbin - rm ${D}/usr/share/man/man8/ldconfig* + # Remove stuff that comes with glibc + rm -rf ${D}/sbin ${D}/usr/bin + rm ${D}/usr/share/man/man8/ldconfig* preplib / |