Skip to content

Commit

Permalink
kde-plasma/kde-cli-tools: Fix symlink after libexec path change
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Jul 1, 2024
1 parent 1ad0e9e commit 9ce1287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kde-plasma/kde-cli-tools/kde-cli-tools-6.1.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ src_configure() {

src_install() {
ecm_src_install
use kdesu && dosym ../$(get_libdir)/libexec/kf6/kdesu /usr/bin/kdesu
use kdesu && dosym ../libexec/kf6/kdesu /usr/bin/kdesu
}
2 changes: 1 addition & 1 deletion kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ src_configure() {

src_install() {
ecm_src_install
use kdesu && dosym ../$(get_libdir)/libexec/kf6/kdesu /usr/bin/kdesu
use kdesu && dosym ../libexec/kf6/kdesu /usr/bin/kdesu
}

0 comments on commit 9ce1287

Please sign in to comment.