diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-18 21:32:48 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-18 21:32:48 +0000 |
commit | 82fa863aa3a73ce39319c4387259ef53a885ca34 (patch) | |
tree | a0cbc48707fffc5818f6bf58c3d22e548337815a /dev-libs/librep | |
parent | Bootstrap file for glibc-2.2.3 (diff) | |
download | gentoo-2-82fa863aa3a73ce39319c4387259ef53a885ca34.tar.gz gentoo-2-82fa863aa3a73ce39319c4387259ef53a885ca34.tar.bz2 gentoo-2-82fa863aa3a73ce39319c4387259ef53a885ca34.zip |
Fixed install
Diffstat (limited to 'dev-libs/librep')
-rw-r--r-- | dev-libs/librep/librep-0.13.6.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-libs/librep/librep-0.13.6.ebuild b/dev-libs/librep/librep-0.13.6.ebuild index 6f3313f64685..0cb688a5fd43 100644 --- a/dev-libs/librep/librep-0.13.6.ebuild +++ b/dev-libs/librep/librep-0.13.6.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.13.6.ebuild,v 1.1 2001/04/15 21:45:13 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.13.6.ebuild,v 1.2 2001/05/18 21:32:48 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -31,9 +31,10 @@ src_compile() { } src_install() { - cd ${S} - try make prefix=${D}/usr aclocaldir=/${D}/usr/share/aclocal \ - libexecdir=${D}/usr/lib infodir=${D}/usr/share/info install + try make DESTDIR=${D} install + # prefix=${D}/usr aclocaldir=/${D}/usr/share/aclocal \ + # libexecdir=${D}/usr/lib infodir=${D}/usr/share/info \ + # datadir=${D}/usr/share install insinto /usr/include doins src/rep_config.h |