diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:38:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:38:09 +0000 |
commit | e9b73a00b2fe0adf83a20815309621031368f813 (patch) | |
tree | 7bb0f44196478612b53ed657ad194a18a8e5619b /sys-apps/usbd/usbd-0.1.ebuild | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-e9b73a00b2fe0adf83a20815309621031368f813.tar.gz gentoo-2-e9b73a00b2fe0adf83a20815309621031368f813.tar.bz2 gentoo-2-e9b73a00b2fe0adf83a20815309621031368f813.zip |
Add die following econf for bug 48950
Diffstat (limited to 'sys-apps/usbd/usbd-0.1.ebuild')
-rw-r--r-- | sys-apps/usbd/usbd-0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/usbd/usbd-0.1.ebuild b/sys-apps/usbd/usbd-0.1.ebuild index 7aa9104014f2..b04e9e73640d 100644 --- a/sys-apps/usbd/usbd-0.1.ebuild +++ b/sys-apps/usbd/usbd-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.3 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbd/usbd-0.1.ebuild,v 1.4 2004/04/26 14:33:46 agriffis Exp $ DESCRIPTION="USB Daemon" HOMEPAGE="http://usb.cs.tum.edu" @@ -14,7 +14,7 @@ DEPEND="virtual/glibc S=${WORKDIR}/${P} src_compile() { - econf --prefix=/usr --sysconfdir=/etc/usbd + econf --prefix=/usr --sysconfdir=/etc/usbd || die "econf failed" mv Makefile Makefile.orig sed s/example1/''/ Makefile.orig > Makefile emake || die |