diff options
author | 2000-09-21 17:53:30 +0000 | |
---|---|---|
committer | 2000-09-21 17:53:30 +0000 | |
commit | 5868546d159ec34b860f84bfb93f342b32480f54 (patch) | |
tree | b7dc93a25ad0cd244b6719960b9d041246fef841 /dev-libs | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-5868546d159ec34b860f84bfb93f342b32480f54.tar.gz gentoo-2-5868546d159ec34b860f84bfb93f342b32480f54.tar.bz2 gentoo-2-5868546d159ec34b860f84bfb93f342b32480f54.zip |
*** empty log message ***
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/librep/librep-0.13.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/librep/librep-0.13.ebuild b/dev-libs/librep/librep-0.13.ebuild index 0b74aec93829..ed0570406eb5 100644 --- a/dev-libs/librep/librep-0.13.ebuild +++ b/dev-libs/librep/librep-0.13.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.ebuild,v 1.1 2000/09/21 17:36:55 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.13.ebuild,v 1.2 2000/09/21 17:53:30 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -24,6 +24,8 @@ src_install() { cd ${S} try make prefix=${D}/usr aclocaldir=/${D}/usr/share/aclocal install prepinfo + insinto /usr/include + doins src/rep_config.h dodoc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO DOC docinto doc dodoc doc/* |