summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild')
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild
index 2192e98aeec5..07891e23bcd9 100644
--- a/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild
+++ b/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild,v 1.2 2000/09/10 17:55:08 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild,v 1.3 2000/09/15 20:09:04 drobbins Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -19,11 +19,11 @@ src_unpack() {
src_compile() {
cd ${S}
- ./configure --host=${CHOST} --prefix=/usr \
+ try ./configure --host=${CHOST} --prefix=/usr \
--with-kernel=${WORKDIR}/../../${KERNEL}/work/linux \
--with-moddir=/lib/modules/${MODULES} \
--with-isapnp=yes --with-sequencer=yes --with-oss=yes
- make
+ try make
}
src_install() {