summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-20 01:13:36 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-20 01:13:36 +0000
commitfca559b73902f67a85119479e81f8958bf7b05ec (patch)
treeca8e6f0eb32ad7858c150b244e6037fc9ad50cf8 /dev-libs
parent*** empty log message *** (diff)
downloadgentoo-2-fca559b73902f67a85119479e81f8958bf7b05ec.tar.gz
gentoo-2-fca559b73902f67a85119479e81f8958bf7b05ec.tar.bz2
gentoo-2-fca559b73902f67a85119479e81f8958bf7b05ec.zip
*** empty log message ***
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/librep/librep-0.13.4.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/librep/librep-0.13.4.ebuild b/dev-libs/librep/librep-0.13.4.ebuild
index 6ae78b37dc2b..5763e1b7496f 100644
--- a/dev-libs/librep/librep-0.13.4.ebuild
+++ b/dev-libs/librep/librep-0.13.4.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.4.ebuild,v 1.1 2001/01/09 20:30:28 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.13.4.ebuild,v 1.2 2001/01/20 01:13:36 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -22,13 +22,14 @@ src_unpack() {
src_compile() {
cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr
+ try ./configure --host=${CHOST} --prefix=/usr --libexecdir=/usr/lib
try make
}
src_install() {
cd ${S}
- try make prefix=${D}/usr aclocaldir=/${D}/usr/share/aclocal install
+ try make prefix=${D}/usr aclocaldir=/${D}/usr/share/aclocal \
+ libexecdir=${D}/usr/lib install
prepinfo
insinto /usr/include
doins src/rep_config.h