From 1ee722fd191fd39a3e13c5231281041f1b4e9f2a Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Fri, 15 Sep 2000 20:09:30 +0000 Subject: added try syntax --- dev-perl/URI/URI-1.08.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-perl/URI') diff --git a/dev-perl/URI/URI-1.08.ebuild b/dev-perl/URI/URI-1.08.ebuild index fcda7a70ad5f..18852eb19851 100644 --- a/dev-perl/URI/URI-1.08.ebuild +++ b/dev-perl/URI/URI-1.08.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-perl/URI/URI-1.08.ebuild,v 1.1 2000/08/28 02:36:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.08.ebuild,v 1.2 2000/09/15 20:08:50 drobbins Exp $ P=URI-1.08 A=${P}.tar.gz @@ -16,14 +16,14 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc Changes MANIFEST README rfc2396.txt -- cgit v1.2.3-65-gdbad