diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-03 23:49:12 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-03 23:49:12 +0000 |
commit | 727790d548f04735136e7185b0d3253b8670da5b (patch) | |
tree | 9d46a0567c962ec641691d907d27d394cb612430 /media-sound | |
parent | Harden up src_unpack (diff) | |
download | gentoo-2-727790d548f04735136e7185b0d3253b8670da5b.tar.gz gentoo-2-727790d548f04735136e7185b0d3253b8670da5b.tar.bz2 gentoo-2-727790d548f04735136e7185b0d3253b8670da5b.zip |
Fixed typo for --with-build.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-1.0.7-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-1.0.7-r3.ebuild b/media-sound/alsa-driver/alsa-driver-1.0.7-r3.ebuild index 6b558f9313fa..27d41df85ee5 100644 --- a/media-sound/alsa-driver/alsa-driver-1.0.7-r3.ebuild +++ b/media-sound/alsa-driver/alsa-driver-1.0.7-r3.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/media-sound/alsa-driver/alsa-driver-1.0.7-r3.ebuild,v 1.2 2004/12/02 22:59:59 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.7-r3.ebuild,v 1.3 2004/12/03 23:49:12 eradicator Exp $ IUSE="oss doc" @@ -58,7 +58,7 @@ src_compile() { econf `use_with oss` \ --with-kernel="${KV_DIR}" \ - --with-build="${KER_DIR}" \ + --with-build="${KV_DIR}" \ --with-isapnp=yes \ --with-sequencer=yes \ --with-cards="${ALSA_CARDS}" || die "econf failed" |