summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-21 19:44:58 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-21 19:44:58 +0000
commitfc99fcf6d4ab9535d213c3a844123e92509186b7 (patch)
tree0036127ee0cb95c6c7754327844ca3b8346aadc4 /gnome-base/ORBit
parentMade a small fix, to get unmerge working again (diff)
downloadgentoo-2-fc99fcf6d4ab9535d213c3a844123e92509186b7.tar.gz
gentoo-2-fc99fcf6d4ab9535d213c3a844123e92509186b7.tar.bz2
gentoo-2-fc99fcf6d4ab9535d213c3a844123e92509186b7.zip
Some dependencies and autobuild fixes
Diffstat (limited to 'gnome-base/ORBit')
-rw-r--r--gnome-base/ORBit/ORBit-0.5.3.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/gnome-base/ORBit/ORBit-0.5.3.ebuild b/gnome-base/ORBit/ORBit-0.5.3.ebuild
index 4f75fe4691a7..c1111506e5e3 100644
--- a/gnome-base/ORBit/ORBit-0.5.3.ebuild
+++ b/gnome-base/ORBit/ORBit-0.5.3.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/gnome-base/ORBit/ORBit-0.5.3.ebuild,v 1.5 2000/11/03 02:47:13 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.3.ebuild,v 1.6 2000/11/21 19:44:58 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -22,7 +22,6 @@ src_compile() {
src_install() {
cd ${S}
try make prefix=${D}/opt/gnome install
- prepinfo /opt/gnome
dodoc AUTHORS COPYING* ChangeLog README NEWS TODO
dodoc docs/*.txt docs/IDEA1
@@ -34,5 +33,11 @@ src_install() {
dodoc CHANGES COPYING README
}
+pkg_postinst() {
+
+ ldconfig -r ${ROOT}
+
+}
+