diff --git a/srcpkgs/kinit/INSTALL b/srcpkgs/kinit/INSTALL index 195c0073eed..82368d73e68 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/libexec/kf5/start_kdeinit ;; esac diff --git a/srcpkgs/kinit/template b/srcpkgs/kinit/template index b18a62a26bf..225cc028f1e 100644 --- a/srcpkgs/kinit/template +++ b/srcpkgs/kinit/template @@ -1,7 +1,7 @@ # Template file for 'kinit' pkgname=kinit version=5.100.0 -revision=2 +revision=3 build_style=cmake hostmakedepends="kcoreaddons extra-cmake-modules libcap-progs pkg-config gettext qt5-host-tools qt5-qmake kdoctools"