diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-04-10 19:46:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-04-10 19:46:33 +0000 |
commit | 322a9f9c3a8740f5b8dfc8e335843befc42d1f3b (patch) | |
tree | d1b81247bdb9a21249e9c0adcebdd7e6356ef232 /sys-block/scsiping/scsiping-0.0.1.ebuild | |
parent | added FDL license (diff) | |
download | gentoo-2-322a9f9c3a8740f5b8dfc8e335843befc42d1f3b.tar.gz gentoo-2-322a9f9c3a8740f5b8dfc8e335843befc42d1f3b.tar.bz2 gentoo-2-322a9f9c3a8740f5b8dfc8e335843befc42d1f3b.zip |
Minor cleanup for stripping/CFLAGS.
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-block/scsiping/scsiping-0.0.1.ebuild')
-rw-r--r-- | sys-block/scsiping/scsiping-0.0.1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys-block/scsiping/scsiping-0.0.1.ebuild b/sys-block/scsiping/scsiping-0.0.1.ebuild index b21ce357670a..fe64d1d1240a 100644 --- a/sys-block/scsiping/scsiping-0.0.1.ebuild +++ b/sys-block/scsiping/scsiping-0.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/scsiping/scsiping-0.0.1.ebuild,v 1.4 2007/04/09 17:37:02 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/scsiping/scsiping-0.0.1.ebuild,v 1.5 2007/04/10 19:46:33 robbat2 Exp $ DESCRIPTION="SCSIPing pings a host on the SCSI-chain" HOMEPAGE="http://www.vanheusden.com/Linux/" @@ -12,8 +12,13 @@ IUSE="" RDEPEND="virtual/libc" DEPEND="${RDEPEND}" +src_unpack() { + unpack ${A} + sed -i -e '/strip scsiping/d' ${S}/Makefile +} + src_compile() { - emake DEBUG='' + emake DEBUG='' CFLAGS="${CFLAGS}" } src_install() { |