summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-19 02:52:22 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-19 02:52:22 +0000
commitff65c2dd8cb09a58fec42ca88f6cb743d355e562 (patch)
treefb7fe8282a22814e18b94f99265354e7d5eb9813 /sys-apps/netkit-base/netkit-base-0.17-r6.ebuild
parentlintool fixes for #9258 (diff)
downloadgentoo-2-ff65c2dd8cb09a58fec42ca88f6cb743d355e562.tar.gz
gentoo-2-ff65c2dd8cb09a58fec42ca88f6cb743d355e562.tar.bz2
gentoo-2-ff65c2dd8cb09a58fec42ca88f6cb743d355e562.zip
lintool fixes for #9258
Diffstat (limited to 'sys-apps/netkit-base/netkit-base-0.17-r6.ebuild')
-rw-r--r--sys-apps/netkit-base/netkit-base-0.17-r6.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild
index 706fe5c56bfc..aa424269eafa 100644
--- a/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild
+++ b/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild,v 1.9 2002/10/04 06:28:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild,v 1.10 2002/10/19 02:52:22 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Standard linux net thingees -- inetd, ping"
@@ -13,14 +13,12 @@ DEPEND="virtual/glibc"
src_unpack() {
+ unpack ${A}
- unpack ${A}
-
- if [ ${ARCH} == "alpha" ]; then
+ if [ ${ARCH} == "alpha" ]; then
cd ${S}
- patch -p1 < ${FILESDIR}/netkit-base-0.17-alpha-ping-fix.patch
- fi
-
+ patch -p1 < ${FILESDIR}/netkit-base-0.17-alpha-ping-fix.patch
+ fi
}
src_compile() {