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 | ac980c7f02e7fc83aa68044bfb75f9c975718684 (patch) | |
tree | 500ef80a54a3c44b650ed9a05721f13cf0e89200 | |
parent | 5b394be33cf58a8cb960a00c5d7e985723c05d8a (diff) | |
download | pkgsrc-ac980c7f02e7fc83aa68044bfb75f9c975718684.tar.gz |
Make the correct symlink this time
-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" |