mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kinit: fix INSTALL hooks
This commit is contained in:
parent
ded277952d
commit
271ad4827b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# INSTALL
|
# INSTALL
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
setcap CAP_SYS_RESOURCE=+ep usr/lib/libexec/kf5/start_kdeinit
|
setcap CAP_SYS_RESOURCE=+ep usr/libexec/kf5/start_kdeinit
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kinit'
|
# Template file for 'kinit'
|
||||||
pkgname=kinit
|
pkgname=kinit
|
||||||
version=5.100.0
|
version=5.100.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules libcap-progs pkg-config
|
hostmakedepends="kcoreaddons extra-cmake-modules libcap-progs pkg-config
|
||||||
gettext qt5-host-tools qt5-qmake kdoctools"
|
gettext qt5-host-tools qt5-qmake kdoctools"
|
||||||
|
|
Loading…
Add table
Reference in a new issue