diff options
author | 2001-05-18 21:32:48 +0000 | |
---|---|---|
committer | 2001-05-18 21:32:48 +0000 | |
commit | a72c69d525c6ceab431901bb8cc73d699e3f917a (patch) | |
tree | d5f4bc5b533fb0b8c851feb5006c07bf84d6c6a9 /dev-libs/librep | |
parent | Bootstrap file for glibc-2.2.3 (diff) | |
download | historical-a72c69d525c6ceab431901bb8cc73d699e3f917a.tar.gz historical-a72c69d525c6ceab431901bb8cc73d699e3f917a.tar.bz2 historical-a72c69d525c6ceab431901bb8cc73d699e3f917a.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 |