summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-15 03:42:36 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-15 03:42:36 +0000
commit6281ddc6472ecc1e3902e9557c1c4858dccfe3c1 (patch)
tree1c675c008d5e7e0f8e842a706ca530e3f9cb2331 /sys-fs
parentsync IUSE (missing) (diff)
downloadhistorical-6281ddc6472ecc1e3902e9557c1c4858dccfe3c1.tar.gz
historical-6281ddc6472ecc1e3902e9557c1c4858dccfe3c1.tar.bz2
historical-6281ddc6472ecc1e3902e9557c1c4858dccfe3c1.zip
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/submount/submount-0.9.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-fs/submount/submount-0.9.ebuild b/sys-fs/submount/submount-0.9.ebuild
index 3381776b01f8..f1adc0b4d8e8 100644
--- a/sys-fs/submount/submount-0.9.ebuild
+++ b/sys-fs/submount/submount-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/submount-0.9.ebuild,v 1.4 2004/06/24 22:53:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/submount-0.9.ebuild,v 1.5 2004/07/15 03:42:36 agriffis Exp $
inherit kmod
@@ -26,7 +26,6 @@ else
fi
KMOD_SOURCES="${P}.tar.gz"
-S=${WORKDIR}/${P}
SRC_URI="mirror://sourceforge/${PN}/${KMOD_SOURCES}"