diff options
author | 2000-09-15 20:08:45 +0000 | |
---|---|---|
committer | 2000-09-15 20:08:45 +0000 | |
commit | 1fd69a5291a83f7b60b306f8f2a94b40c6d40627 (patch) | |
tree | 5da0b2137af3e09a1be41fc9a9aeaf2ef7f65428 /app-arch/unzip | |
parent | added try syntax (diff) | |
download | historical-1fd69a5291a83f7b60b306f8f2a94b40c6d40627.tar.gz historical-1fd69a5291a83f7b60b306f8f2a94b40c6d40627.tar.bz2 historical-1fd69a5291a83f7b60b306f8f2a94b40c6d40627.zip |
added try syntax
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/unzip-5.41-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/unzip/unzip-5.41-r1.ebuild b/app-arch/unzip/unzip-5.41-r1.ebuild index 2003a45fee67..ab186d22c694 100644 --- a/app-arch/unzip/unzip-5.41-r1.ebuild +++ b/app-arch/unzip/unzip-5.41-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/app-arch/unzip/unzip-5.41-r1.ebuild,v 1.2 2000/08/16 04:37:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.41-r1.ebuild,v 1.3 2000/09/15 20:08:45 drobbins Exp $ P=unzip-5.41 A=unzip541.tar.gz @@ -18,7 +18,7 @@ src_compile() { cd ${S} cp unix/Makefile unix/Makefile.orig sed -e "s:-O3:${CFLAGS}:" unix/Makefile.orig > unix/Makefile - make -f unix/Makefile linux + try make -f unix/Makefile linux } src_install() { |