diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:49:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:49:00 +0000 |
commit | 58c7e8a935f89a7b5be0602aebfa1f83e3027a8f (patch) | |
tree | bc4ee772fbf580bbf213be087fbf0b6df33c7bcb /sys-apps/discover | |
parent | bittorrent-theshadow is now bittornado (diff) | |
download | historical-58c7e8a935f89a7b5be0602aebfa1f83e3027a8f.tar.gz historical-58c7e8a935f89a7b5be0602aebfa1f83e3027a8f.tar.bz2 historical-58c7e8a935f89a7b5be0602aebfa1f83e3027a8f.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/discover')
-rw-r--r-- | sys-apps/discover/discover-1.5-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-apps/discover/discover-1.5-r1.ebuild b/sys-apps/discover/discover-1.5-r1.ebuild index 224877043a13..331792e77e8f 100644 --- a/sys-apps/discover/discover-1.5-r1.ebuild +++ b/sys-apps/discover/discover-1.5-r1.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-apps/discover/discover-1.5-r1.ebuild,v 1.13 2004/06/30 15:07:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/discover/discover-1.5-r1.ebuild,v 1.14 2004/07/15 01:44:05 agriffis Exp $ DESCRIPTION="Discover hardware and load the appropriate drivers for that hardware." HOMEPAGE="http://hackers.progeny.com/discover/" @@ -12,8 +12,6 @@ IUSE="" DEPEND="app-arch/tar app-arch/gzip" RDEPEND="sys-apps/discover-data" -S=${WORKDIR}/${P} - src_compile() { econf --sbindir=/sbin || die "configure failed" emake || die |