diff --git a/srcpkgs/bluez-alsa/files/bluez-alsa/run b/srcpkgs/bluez-alsa/files/bluez-alsa/run index d7772454b56..219d5b941fd 100644 --- a/srcpkgs/bluez-alsa/files/bluez-alsa/run +++ b/srcpkgs/bluez-alsa/files/bluez-alsa/run @@ -1,9 +1,10 @@ #!/bin/sh +[ -r ./conf ] && . ./conf dir=/var/run/bluealsa user=_bluez_alsa group=audio [ ! -d "${dir}" ] && mkdir "${dir}" && chown $user:$group ${dir} -exec chpst -u $user:$group bluealsa +exec chpst -u $user:$group bluealsa $OPTS diff --git a/srcpkgs/bluez-alsa/template b/srcpkgs/bluez-alsa/template index d0517d158be..a5fc6768492 100644 --- a/srcpkgs/bluez-alsa/template +++ b/srcpkgs/bluez-alsa/template @@ -1,7 +1,7 @@ # Template file for 'bluez-alsa' pkgname=bluez-alsa version=1.3.1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable--aac --disable-hcitop --enable-debug" hostmakedepends="pkg-config automake libtool"