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'
|
||||
pkgname=rtkit
|
||||
version=0.11
|
||||
revision=15
|
||||
revision=16
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="dbus-devel libcap-devel"
|
||||
|
@ -13,7 +13,7 @@ distfiles="http://0pointer.de/public/${pkgname}-${version}.tar.xz"
|
|||
checksum=68859108cff6410901502b58365eb7607da37110a06b837762f771735f58acd0
|
||||
|
||||
system_accounts="rtkit"
|
||||
_rtkit_homedir="/proc"
|
||||
rtkit_homedir="/proc"
|
||||
|
||||
post_install() {
|
||||
# DBus configuration
|
||||
|
|
Loading…
Reference in a new issue