diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-05-28 13:40:40 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-05-28 13:40:40 +0000 |
commit | ec2e2c9b8f7935bc0e54ed75a9f6435e70abb08e (patch) | |
tree | da3ae700920fef0b5d5d8c151e405cc22f94f021 /emulators | |
parent | e393ee01bf5d2b088b817361d8473ea55fa7b257 (diff) | |
download | pkgsrc-ec2e2c9b8f7935bc0e54ed75a9f6435e70abb08e.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" |