diff --git a/srcpkgs/kde-cli-tools/template b/srcpkgs/kde-cli-tools/template index a6f64ed4dac..8a07a64b33f 100644 --- a/srcpkgs/kde-cli-tools/template +++ b/srcpkgs/kde-cli-tools/template @@ -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 }