summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2000-09-15 20:09:09 +0000
committerDaniel Robbins <drobbins@gentoo.org>2000-09-15 20:09:09 +0000
commit9779c03fb05dd1d8a38e195ab34cc090da1e9603 (patch)
treede7cd0d9c5739f6c115e61ac2082af97259bf25b /net-ftp/ftp
parentadded try syntax (diff)
downloadhistorical-9779c03fb05dd1d8a38e195ab34cc090da1e9603.tar.gz
historical-9779c03fb05dd1d8a38e195ab34cc090da1e9603.tar.bz2
historical-9779c03fb05dd1d8a38e195ab34cc090da1e9603.zip
added try syntax
Diffstat (limited to 'net-ftp/ftp')
-rw-r--r--net-ftp/ftp/ftp-0.17-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/ftp/ftp-0.17-r1.ebuild b/net-ftp/ftp/ftp-0.17-r1.ebuild
index 17c87b7a26ed..5f1292b5877c 100644
--- a/net-ftp/ftp/ftp-0.17-r1.ebuild
+++ b/net-ftp/ftp/ftp-0.17-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/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.1 2000/08/16 19:01:40 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.2 2000/09/15 20:09:09 drobbins Exp $
P=ftp-0.17
A=netkit-${P}.tar.gz
@@ -11,10 +11,10 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}"
src_compile() {
cd ${S}
- ./configure --prefix=/usr
+ try ./configure --prefix=/usr
cp MCONFIG MCONFIG.orig
sed -e "s/-pipe -O2/${CFLAGS}/" MCONFIG.orig > MCONFIG
- make
+ try make
}
src_install() {