diff options
author | 2000-09-15 20:08:44 +0000 | |
---|---|---|
committer | 2000-09-15 20:08:44 +0000 | |
commit | 525480523f5c2aef87fc13307b02bfa4d5f09532 (patch) | |
tree | cc2504e22acfc3d680486535fa19ae036d77c610 /app-admin/webalizer | |
parent | oops :) (diff) | |
download | historical-525480523f5c2aef87fc13307b02bfa4d5f09532.tar.gz historical-525480523f5c2aef87fc13307b02bfa4d5f09532.tar.bz2 historical-525480523f5c2aef87fc13307b02bfa4d5f09532.zip |
added try syntax
Diffstat (limited to 'app-admin/webalizer')
-rw-r--r-- | app-admin/webalizer/webalizer-1.30.04-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/webalizer/webalizer-1.30.04-r1.ebuild b/app-admin/webalizer/webalizer-1.30.04-r1.ebuild index 67b51c4a3db2..6e4c8bf60240 100644 --- a/app-admin/webalizer/webalizer-1.30.04-r1.ebuild +++ b/app-admin/webalizer/webalizer-1.30.04-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-admin/webalizer/webalizer-1.30.04-r1.ebuild,v 1.1 2000/08/16 15:08:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/webalizer-1.30.04-r1.ebuild,v 1.2 2000/09/15 20:08:43 drobbins Exp $ P=webalizer-1.30-04 A=${P}-src.tar.bz2 @@ -22,8 +22,8 @@ src_unpack() { src_compile() { cd ${S} - LDFLAGS="-lpng" ./configure --host=${CHOST} --prefix=/usr - make + LDFLAGS="-lpng" try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { |