summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorahoka <ahoka>2011-02-08 21:29:35 +0000
committerahoka <ahoka>2011-02-08 21:29:35 +0000
commit85e69331dee9d93417b13790170b7ce946d052a9 (patch)
tree500ef80a54a3c44b650ed9a05721f13cf0e89200 /emulators
parentff9111840cfb7e9e60b0b183efa34a9afcbee124 (diff)
downloadpkgsrc-85e69331dee9d93417b13790170b7ce946d052a9.tar.gz
Make the correct symlink this time
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse113_alsa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse113_alsa/Makefile b/emulators/suse113_alsa/Makefile
index f263c4e1bca..e934e02dd8e 100644
--- a/emulators/suse113_alsa/Makefile
+++ b/emulators/suse113_alsa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/02/08 20:17:14 ahoka Exp $
+# $NetBSD: Makefile,v 1.4 2011/02/08 21:29:35 ahoka Exp $
DISTNAME= suse_alsa-${SUSE_VERSION}
PKGREVISION= 2
@@ -18,7 +18,7 @@ EMUL_MODULES.linux= base
PLIST_SRC= ${PKGDIR}/PLIST ${RPM2PKG_PLIST}
post-install:
- ln -sf ${DESTDIR}${PREFIX}/${EMULSUBDIR}/etc/alsa-pulse.conf \
+ ln -sf /${EMULSUBDIR}/etc/asound-pulse.conf \
${DESTDIR}${PREFIX}/${EMULSUBDIR}/etc/asound.conf
.include "../../emulators/suse113_linux/Makefile.common"