summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2000-09-15 20:09:30 +0000
committerDaniel Robbins <drobbins@gentoo.org>2000-09-15 20:09:30 +0000
commit5addab8f0534b7a60ef953f999536b4768e4bc10 (patch)
tree0ebe6e016371c1f8bf9c54470357411595ab2eb8 /x11-libs/libPropList
parentadded try syntax (diff)
downloadhistorical-5addab8f0534b7a60ef953f999536b4768e4bc10.tar.gz
historical-5addab8f0534b7a60ef953f999536b4768e4bc10.tar.bz2
historical-5addab8f0534b7a60ef953f999536b4768e4bc10.zip
added try syntax
Diffstat (limited to 'x11-libs/libPropList')
-rw-r--r--x11-libs/libPropList/libPropList-0.10.1-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild b/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild
index ae49bb284248..4ce32198e40e 100644
--- a/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild
+++ b/x11-libs/libPropList/libPropList-0.10.1-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/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild,v 1.2 2000/08/16 04:38:37 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild,v 1.3 2000/09/15 20:09:30 drobbins Exp $
P=libPropList-0.10.1
A=${P}.tar.gz
@@ -12,13 +12,13 @@ HOMEPAGE="http://www.windowmaker.org/"
src_compile() {
cd ${S}
- ./configure --host=${CHOST} --prefix=/usr/X11R6
- make
+ try ./configure --host=${CHOST} --prefix=/usr/X11R6
+ try make
}
src_install() {
cd ${S}
- make prefix=${D}/usr/X11R6 install
+ try make prefix=${D}/usr/X11R6 install
dodoc AUTHORS COPYING* ChangeLog README TODO
}