mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
rtkit: fix homedir of user
This commit is contained in:
parent
284452e9b8
commit
80cd0a6015
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rtkit'
|
# Template file for 'rtkit'
|
||||||
pkgname=rtkit
|
pkgname=rtkit
|
||||||
version=0.11
|
version=0.11
|
||||||
revision=15
|
revision=16
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="dbus-devel libcap-devel"
|
makedepends="dbus-devel libcap-devel"
|
||||||
|
@ -13,7 +13,7 @@ distfiles="http://0pointer.de/public/${pkgname}-${version}.tar.xz"
|
||||||
checksum=68859108cff6410901502b58365eb7607da37110a06b837762f771735f58acd0
|
checksum=68859108cff6410901502b58365eb7607da37110a06b837762f771735f58acd0
|
||||||
|
|
||||||
system_accounts="rtkit"
|
system_accounts="rtkit"
|
||||||
_rtkit_homedir="/proc"
|
rtkit_homedir="/proc"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# DBus configuration
|
# DBus configuration
|
||||||
|
|
Loading…
Add table
Reference in a new issue