[neon/kde/ksystemstats/Neon/release] debian: #MULTIARCH#
Carlos De Maine
null at kde.org
Thu Sep 11 13:40:43 BST 2025
Git commit b4109171225e4624586a83049e17f2f7d8a138e1 by Carlos De Maine.
Committed on 11/09/2025 at 12:40.
Pushed by carlosdem into branch 'Neon/release'.
#MULTIARCH#
M +1 -1 debian/ksystemstats.postinst
https://invent.kde.org/neon/kde/ksystemstats/-/commit/b4109171225e4624586a83049e17f2f7d8a138e1
diff --git a/debian/ksystemstats.postinst b/debian/ksystemstats.postinst
index 61ac1bf..6733bf0 100644
--- a/debian/ksystemstats.postinst
+++ b/debian/ksystemstats.postinst
@@ -7,7 +7,7 @@ if [ "$1" = configure ]; then
# The specific setcap invocations also need to be whitelisted to make the
# build pass (in debian/setcap.yaml as a nested array of argument
# arrays).
- path="/usr/lib/*/libexec/ksystemstats_intel_helper"
+ path="/usr/lib/#MULTIARCH#/libexec/ksystemstats_intel_helper"
if command -v setcap > /dev/null; then
cap="CAP_SYS_NICE=+ep"
if setcap $cap $path; then
More information about the Neon-commits
mailing list