From 6aa1945a4429ae6e7aa931ec05d038810d197262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 16 May 2024 14:59:13 +0700 Subject: [PATCH] kde-cli-tools: fix kdesu symlinks --- srcpkgs/kde-cli-tools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }