summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-07 00:57:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-07 00:57:35 +0000
commita7e8110f25796e45a3f034d839e8a272c9468108 (patch)
treec36344f477f70282e20cce48008760639d841c4d /sys-apps/modutils/modutils-2.4.20.ebuild
parentrepoman: header fix; whitespace cleanup (diff)
downloadhistorical-a7e8110f25796e45a3f034d839e8a272c9468108.tar.gz
historical-a7e8110f25796e45a3f034d839e8a272c9468108.tar.bz2
historical-a7e8110f25796e45a3f034d839e8a272c9468108.zip
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/modutils/modutils-2.4.20.ebuild')
-rw-r--r--sys-apps/modutils/modutils-2.4.20.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/modutils/modutils-2.4.20.ebuild b/sys-apps/modutils/modutils-2.4.20.ebuild
index 3d7a4e21a43e..31e9791b3901 100644
--- a/sys-apps/modutils/modutils-2.4.20.ebuild
+++ b/sys-apps/modutils/modutils-2.4.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.20.ebuild,v 1.7 2003/06/21 21:19:40 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.20.ebuild,v 1.8 2003/09/07 00:43:02 msterret Exp $
S=${WORKDIR}/${P}
SLOT="0"
@@ -25,7 +25,7 @@ src_compile() {
--disable-strip \
--enable-insmod-static \
${myconf} || die "./configure failed"
-
+
emake || die "emake failed"
}