mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +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'
|
||||
pkgname=kde-cli-tools
|
||||
version=6.0.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
build_helper=qemu
|
||||
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||
|
@ -22,5 +22,5 @@ if [ $CROSS_BUILD ]; then
|
|||
fi
|
||||
|
||||
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