kinit: fix absolute paths in INSTALL/REMOVE

This commit is contained in:
Michael Gehring 2017-07-13 09:05:37 +00:00
parent a1548f1dc5
commit 0fb3de4d52
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# INSTALL
case "$ACTION" in
post)
setcap CAP_SYS_RESOURCE=+ep /usr/lib/libexec/kf5/start_kdeinit
setcap CAP_SYS_RESOURCE=+ep usr/lib/libexec/kf5/start_kdeinit
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'kinit'
pkgname=kinit
version=5.29.0
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules libcap-progs pkg-config"