mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kde-cli-tools: fix kdesu symlinks
This commit is contained in:
parent
22c26cffa0
commit
6aa1945a44
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kde-cli-tools'
|
# Template file for 'kde-cli-tools'
|
||||||
pkgname=kde-cli-tools
|
pkgname=kde-cli-tools
|
||||||
version=6.0.4
|
version=6.0.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||||
|
@ -22,5 +22,5 @@ if [ $CROSS_BUILD ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
ln -sf ../libexec/kf5/kdesu ${DESTDIR}/usr/bin
|
ln -sf ../libexec/kf6/kdesu ${DESTDIR}/usr/bin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue