diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:45:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:45:47 +0000 |
commit | b1f4b08859d95ebc76d8eaa07d36b38b3b1ea9f5 (patch) | |
tree | 5653e2894638c3e5db70347e49fb3663bf4954e8 /sys-apps/usbd | |
parent | sync IUSE (missing), trim trailing whitespace (diff) | |
download | historical-b1f4b08859d95ebc76d8eaa07d36b38b3b1ea9f5.tar.gz historical-b1f4b08859d95ebc76d8eaa07d36b38b3b1ea9f5.tar.bz2 historical-b1f4b08859d95ebc76d8eaa07d36b38b3b1ea9f5.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/usbd')
-rw-r--r-- | sys-apps/usbd/usbd-0.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/usbd/usbd-0.1.ebuild b/sys-apps/usbd/usbd-0.1.ebuild index ab6241e7de69..f971dd1acb96 100644 --- a/sys-apps/usbd/usbd-0.1.ebuild +++ b/sys-apps/usbd/usbd-0.1.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/usbd/usbd-0.1.ebuild,v 1.7 2004/07/01 21:42:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbd/usbd-0.1.ebuild,v 1.8 2004/07/15 02:45:47 agriffis Exp $ DESCRIPTION="USB Daemon" HOMEPAGE="http://usb.cs.tum.edu" @@ -11,7 +11,6 @@ KEYWORDS="x86 amd64 ~ppc" IUSE="" DEPEND="virtual/libc >=sys-apps/usbutils-0.11" -S=${WORKDIR}/${P} src_compile() { econf --prefix=/usr --sysconfdir=/etc/usbd || die "econf failed" |