diff --git a/srcpkgs/bluez-alsa/files/bluez-alsa/run b/srcpkgs/bluez-alsa/files/bluez-alsa/run index 219d5b941fd..538a5eaae00 100644 --- a/srcpkgs/bluez-alsa/files/bluez-alsa/run +++ b/srcpkgs/bluez-alsa/files/bluez-alsa/run @@ -1,10 +1,6 @@ #!/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 $OPTS +vinstall -d -m0755 -o _bluez_alsa -g audio /run/bluealsa +exec chpst -u _bluez_alsa:audio bluealsa $OPTS diff --git a/srcpkgs/bluez-alsa/template b/srcpkgs/bluez-alsa/template index f334e1022a0..cc6019a5267 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=5 +revision=6 build_style=gnu-configure configure_args="--enable-aac --disable-hcitop --enable-debug" hostmakedepends="pkg-config automake libtool"