summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/ORBit/ORBit-0.5.3.ebuild')
-rw-r--r--gnome-base/ORBit/ORBit-0.5.3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-base/ORBit/ORBit-0.5.3.ebuild b/gnome-base/ORBit/ORBit-0.5.3.ebuild
index 724f94c97799..c8ad548f07c9 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.2 2000/08/16 04:38:01 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.3.ebuild,v 1.3 2000/09/15 20:08:54 drobbins Exp $
P=ORBit-0.5.3
A=${P}.tar.gz
@@ -12,13 +12,13 @@ HOMEPAGE="http://www.labs.redhat.com/orbit/"
src_compile() {
cd ${S}
- ./configure --host=${CHOST} --prefix=/opt/gnome
- make
+ try ./configure --host=${CHOST} --prefix=/opt/gnome
+ try make
}
src_install() {
cd ${S}
- make prefix=${D}/opt/gnome install
+ try make prefix=${D}/opt/gnome install
prepinfo /opt/gnome
dodoc AUTHORS COPYING* ChangeLog README NEWS TODO