diff options
author | 2000-10-29 20:37:01 +0000 | |
---|---|---|
committer | 2000-10-29 20:37:01 +0000 | |
commit | 1b5ea6763da5b9159d10ad39b9546d33b1516d94 (patch) | |
tree | 53a0339c392d391a906ec8195b5c18f079d296ed /sys-devel/ld.so | |
parent | Now a threaded version of perl is build. The tests pass all now. (diff) | |
download | gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.tar.gz gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.tar.bz2 gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel/ld.so')
-rw-r--r-- | sys-devel/ld.so/ld.so-1.9.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild b/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild index d306c6436827..b0e7fea56d89 100644 --- a/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild +++ b/sys-devel/ld.so/ld.so-1.9.11-r1.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-r1.ebuild,v 1.1 2000/08/29 20:26:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild,v 1.2 2000/10/29 20:37:00 achim Exp $ P=ld.so-1.9.11 A=${P}.tar.gz @@ -18,7 +18,7 @@ src_install() { cd ${S} export PREFIX=${D} ./instldso.sh --force - prepman + preplib / dodoc COPYRIGHT README ld-so/example/README* } |