mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
wireplumber: do not use make_dirs with account from different package
Closes: https://github.com/void-linux/void-packages/issues/44231
This commit is contained in:
parent
a492344d36
commit
37c289b2b6
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wireplumber'
|
||||
pkgname=wireplumber
|
||||
version=0.4.14
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
configure_args="-Dintrospection=enabled -Dsystem-lua=true"
|
||||
|
@ -16,7 +16,6 @@ changelog="https://gitlab.freedesktop.org/pipewire/wireplumber/-/raw/master/NEWS
|
|||
distfiles="https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/$version/wireplumber-$version.tar.gz"
|
||||
checksum=b160424ce7c3eeeccba388726f6a448f53501d25085e5fa1bf6c690c1bcd85ea
|
||||
provides="pipewire-session-manager-0_1"
|
||||
make_dirs="/var/lib/wireplumber 0755 _pipewire _pipewire"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue