summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-07-12 04:44:53 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-07-12 04:44:53 +0000
commit7ff1baa2678a4f21ea1c50ae8e5f2396bf4d2dcb (patch)
tree443119bf8653f197e1b6d01d269917611ed37045 /media-sound
parentmisc bugfixes and cleanups still not gcc-3.1 compliant :-( (diff)
downloadgentoo-2-7ff1baa2678a4f21ea1c50ae8e5f2396bf4d2dcb.tar.gz
gentoo-2-7ff1baa2678a4f21ea1c50ae8e5f2396bf4d2dcb.tar.bz2
gentoo-2-7ff1baa2678a4f21ea1c50ae8e5f2396bf4d2dcb.zip
trivial dep fix
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild
index bfc6e5c650a5..80fcf1dbc109 100644
--- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild
+++ b/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild,v 1.3 2002/07/12 04:44:53 lostlogic Exp $
DESCRIPTION="Advanced Linux Sound Architecture kernel modules"
HOMEPAGE="http://www.alsa-project.org/"
@@ -32,7 +32,7 @@ src_unpack() {
sed -e 's:/etc/rc.d/init.d:/etc/init.d:' < Makefile > Makefile.hacked
mv Makefile.hacked Makefile
if [ ${ARCH} = "ppc" ]
- then patch -p1 < ${FILESDIR}/alsa-driver-0.9.0rc1-ppc.patch || die
+ then patch -p1 < ${FILESDIR}/alsa-driver-0.9.0rc1-ppc.patch || die "Patching failed"
fi
}