diff options
author | 2000-12-19 00:21:38 +0000 | |
---|---|---|
committer | 2000-12-19 00:21:38 +0000 | |
commit | e7f8923bb7017a9cd952e5e19a16ffce7f63aa4e (patch) | |
tree | e898fbaba8d199082b8d56a52a563b4a1b55414f /dev-libs | |
parent | Install fixes (diff) | |
download | historical-e7f8923bb7017a9cd952e5e19a16ffce7f63aa4e.tar.gz historical-e7f8923bb7017a9cd952e5e19a16ffce7f63aa4e.tar.bz2 historical-e7f8923bb7017a9cd952e5e19a16ffce7f63aa4e.zip |
Install fixes
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/glib/glib-1.2.8-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/glib/glib-1.2.8-r1.ebuild b/dev-libs/glib/glib-1.2.8-r1.ebuild index 215d93df3a8e..89d3eed8ac75 100644 --- a/dev-libs/glib/glib-1.2.8-r1.ebuild +++ b/dev-libs/glib/glib-1.2.8-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.8-r1.ebuild,v 1.6 2000/11/01 04:44:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.8-r1.ebuild,v 1.7 2000/12/19 00:21:38 achim Exp $ # also, this script now has pre/post inst/rm support @@ -23,7 +23,7 @@ src_compile() { src_install() { cd ${S} - try make install prefix=${D}/usr + try make install prefix=${D}/usr infodir=${D}/usr/info dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS cd docs docinto html @@ -34,3 +34,4 @@ src_install() { + |