bluez-alsa: fix runfile

closes #9127
This commit is contained in:
maxice8 2019-02-24 06:23:31 -03:00
parent 78d846a2b0
commit a8c61c95e9
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
[ -r ./conf ] && . ./conf
vinstall -d -m0755 -o _bluez_alsa -g audio /run/bluealsa
install -d -m0755 -o _bluez_alsa -g audio /run/bluealsa
exec chpst -u _bluez_alsa:audio bluealsa $OPTS

View file

@ -1,10 +1,10 @@
# Template file for 'bluez-alsa'
pkgname=bluez-alsa
version=1.3.1
revision=6
revision=7
build_style=gnu-configure
configure_args="--enable-aac --disable-hcitop --enable-debug"
hostmakedepends="pkg-config automake libtool"
hostmakedepends="pkgconf automake libtool"
makedepends="alsa-lib-devel fdk-aac-devel libbluetooth-devel libglib-devel
ortp-devel sbc-devel"
short_desc="Bluetooth Audio ALSA Backend"