diff --git a/srcpkgs/kinit/INSTALL b/srcpkgs/kinit/INSTALL index 21a84592150..195c0073eed 100644 --- a/srcpkgs/kinit/INSTALL +++ b/srcpkgs/kinit/INSTALL @@ -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 diff --git a/srcpkgs/kinit/template b/srcpkgs/kinit/template index 95284660dab..540c4ee320e 100644 --- a/srcpkgs/kinit/template +++ b/srcpkgs/kinit/template @@ -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"