summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-08-31 22:54:33 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-08-31 22:54:33 +0000
commitd45f2b7fef4c424575047544cc3cbf0fb0dcde47 (patch)
tree78818f2121a23df46e6b185a6e83752fa49d7fda /gnome-base/ORBit
parentinstall fix (diff)
downloadgentoo-2-d45f2b7fef4c424575047544cc3cbf0fb0dcde47.tar.gz
gentoo-2-d45f2b7fef4c424575047544cc3cbf0fb0dcde47.tar.bz2
gentoo-2-d45f2b7fef4c424575047544cc3cbf0fb0dcde47.zip
use DESTDIR=
Diffstat (limited to 'gnome-base/ORBit')
-rw-r--r--gnome-base/ORBit/ORBit-0.5.8.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnome-base/ORBit/ORBit-0.5.8.ebuild b/gnome-base/ORBit/ORBit-0.5.8.ebuild
index 491cefcf9bcb..3b8bf45cf6d0 100644
--- a/gnome-base/ORBit/ORBit-0.5.8.ebuild
+++ b/gnome-base/ORBit/ORBit-0.5.8.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.8.ebuild,v 1.7 2001/08/31 21:40:07 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.8.ebuild,v 1.8 2001/08/31 22:54:33 hallski Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -34,9 +34,7 @@ src_compile() {
}
src_install() {
- make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \
- install
- assert "Installation failed."
+ make DESTDIR=${D} install || die "Installation failed."
dosed /opt/gnome/lib/*.la
dodoc AUTHORS COPYING* ChangeLog README NEWS TODO