summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 20:25:27 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 20:25:27 +0000
commitdc39e8b11d48d208a64b29adf84274590bf1e9e2 (patch)
treed6c08b29916a91f0fd0d9880cb8cbbd1fee7092c /app-misc/fdutils
parentrestrict access to .qtrc.lock (diff)
downloadgentoo-2-dc39e8b11d48d208a64b29adf84274590bf1e9e2.tar.gz
gentoo-2-dc39e8b11d48d208a64b29adf84274590bf1e9e2.tar.bz2
gentoo-2-dc39e8b11d48d208a64b29adf84274590bf1e9e2.zip
Changed econf||die to econf
Diffstat (limited to 'app-misc/fdutils')
-rw-r--r--app-misc/fdutils/fdutils-5.4.20020222.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-misc/fdutils/fdutils-5.4.20020222.ebuild b/app-misc/fdutils/fdutils-5.4.20020222.ebuild
index f2a286dca12f..0870d8eaf942 100644
--- a/app-misc/fdutils/fdutils-5.4.20020222.ebuild
+++ b/app-misc/fdutils/fdutils-5.4.20020222.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.4.20020222.ebuild,v 1.6 2002/10/20 18:40:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.4.20020222.ebuild,v 1.7 2002/11/30 20:25:27 vapier Exp $
-S=${WORKDIR}/${PN}-5.4
-DESCRIPTION="The fdutils package contains utilities for configuring and debugging the Linux floppy driver"
+DESCRIPTION="utilities for configuring and debugging the Linux floppy driver"
SRC_URI="http://fdutils.linux.lu/fdutils-5.4.tar.gz
http://fdutils.linux.lu/fdutils-5.4-20020222.diff.gz"
HOMEPAGE="http://fdutils.linux.lu/"
@@ -15,13 +14,15 @@ KEYWORDS="x86"
DEPEND=">=mtools-3
>=tetex-1.0.7-r10"
+S=${WORKDIR}/${PN}-5.4
+
src_unpack() {
unpack fdutils-5.4.tar.gz
gunzip -c ${DISTDIR}/${PN}-5.4-20020222.diff.gz | patch -p0
}
src_compile() {
- econf --enable-fdmount-floppy-only || die
+ econf --enable-fdmount-floppy-only
make || die
}