diff options
author | ahoka <ahoka@pkgsrc.org> | 2011-02-08 21:29:35 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2011-02-08 21:29:35 +0000 |
commit | 83ba3212cc5cb1d47b7a0ce8adca3f5af8b137fd (patch) | |
tree | 500ef80a54a3c44b650ed9a05721f13cf0e89200 /emulators | |
parent | 4e4870dee2aaaa9f8181dec88c704caae0796f2e (diff) | |
download | pkgsrc-83ba3212cc5cb1d47b7a0ce8adca3f5af8b137fd.tar.gz |
Make the correct symlink this time
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse113_alsa/Makefile | 4 |
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" |