From f31a185a375571bb88d5f1b1a6c7967c3e76c0f4 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Fri, 15 Sep 2000 20:08:57 +0000 Subject: added try syntax --- dev-libs/librep/librep-0.12.4-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-libs/librep') diff --git a/dev-libs/librep/librep-0.12.4-r1.ebuild b/dev-libs/librep/librep-0.12.4-r1.ebuild index 1c524a28da91..32a79ae538c4 100644 --- a/dev-libs/librep/librep-0.12.4-r1.ebuild +++ b/dev-libs/librep/librep-0.12.4-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 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.12.4-r1.ebuild,v 1.2 2000/08/16 04:37:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.12.4-r1.ebuild,v 1.3 2000/09/15 20:08:48 drobbins Exp $ P=librep-0.12.4 A=${P}.tar.gz @@ -17,13 +17,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make prefix=${D}/usr aclocaldir=/${D}/usr/share/aclocal install + try make prefix=${D}/usr aclocaldir=/${D}/usr/share/aclocal install prepinfo dodoc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO DOC docinto doc -- cgit v1.2.3-65-gdbad