summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-08-08 09:50:26 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-08-08 09:50:26 +0000
commit9cf165677d75381d9ceb017dd9f40231099d2908 (patch)
tree5d826207bf1a3f4a75a49e29ca145545f42bb0a5 /media-sound/alsa-driver
parentremoved gcdmaster, now in app-cdr (diff)
downloadgentoo-2-9cf165677d75381d9ceb017dd9f40231099d2908.tar.gz
gentoo-2-9cf165677d75381d9ceb017dd9f40231099d2908.tar.bz2
gentoo-2-9cf165677d75381d9ceb017dd9f40231099d2908.zip
updated to work with new portage, thanks galenos
Diffstat (limited to 'media-sound/alsa-driver')
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.5.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-0.5.11.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.11.ebuild
index 4e98f843fe89..f81a6d693ac3 100644
--- a/media-sound/alsa-driver/alsa-driver-0.5.11.ebuild
+++ b/media-sound/alsa-driver/alsa-driver-0.5.11.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.11.ebuild,v 1.3 2001/07/13 15:47:11 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.11.ebuild,v 1.4 2001/08/08 09:50:26 hallski Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Advanced Linux Sound Architecture modules"
@@ -33,7 +33,7 @@ src_unpack() {
}
src_compile() {
- try ./configure --with-kernel=\"${ROOT}usr/src/linux-${KV}\" --with-isapnp=yes --with-sequencer=yes --with-oss=yes --with-cards=all
+ try ./configure --with-kernel="${ROOT}usr/src/linux-${KV}" --with-isapnp=yes --with-sequencer=yes --with-oss=yes --with-cards=all
try emake
}