summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-19 00:21:38 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-19 00:21:38 +0000
commit3203b8dc7f3818f1ab35136a0dafe8a1f54449a7 (patch)
tree6478713ef7356aabc7a5163fa6f2d6df3f6739aa /dev-libs
parentInstall fixes (diff)
downloadgentoo-2-3203b8dc7f3818f1ab35136a0dafe8a1f54449a7.tar.gz
gentoo-2-3203b8dc7f3818f1ab35136a0dafe8a1f54449a7.tar.bz2
gentoo-2-3203b8dc7f3818f1ab35136a0dafe8a1f54449a7.zip
Install fixes
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/glib/glib-1.2.8-r1.ebuild5
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() {
+