diff options
author | ryoon <ryoon> | 2011-05-28 13:40:40 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-05-28 13:40:40 +0000 |
commit | 9f5d84b80b52e862e0a0e8fd0cb08f9cf0f3c4b3 (patch) | |
tree | da3ae700920fef0b5d5d8c151e405cc22f94f021 /emulators | |
parent | 2df9e2feea45aca6de93b15812b1127bb8c38162 (diff) | |
download | pkgsrc-9f5d84b80b52e862e0a0e8fd0cb08f9cf0f3c4b3.tar.gz |
Make symlink from asound-pulse.conf to asound.conf,
not from /${EMULSUBDIR}/etc/asound-pulse.conf
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 29744a96a0c..53c7f76a94b 100644 --- a/emulators/suse113_alsa/Makefile +++ b/emulators/suse113_alsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/02/10 02:55:44 chs Exp $ +# $NetBSD: Makefile,v 1.6 2011/05/28 13:40:40 ryoon 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 /${EMULSUBDIR}/etc/asound-pulse.conf \ + ln -sf asound-pulse.conf \ ${DESTDIR}${PREFIX}/${EMULSUBDIR}/etc/asound.conf .include "../../emulators/suse113_linux/Makefile.common" |