diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:57:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:57:35 +0000 |
commit | a7e8110f25796e45a3f034d839e8a272c9468108 (patch) | |
tree | c36344f477f70282e20cce48008760639d841c4d /sys-apps/modutils/modutils-2.4.20.ebuild | |
parent | repoman: header fix; whitespace cleanup (diff) | |
download | historical-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.ebuild | 4 |
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" } |