[neon/kde/ksystemstats/Neon/release] debian: #DEB_HOST_MULTIARCH#
Carlos De Maine
null at kde.org
Fri Mar 13 08:19:12 GMT 2026
Git commit 2d2dbb77dde862ee03f6bd9d51ad184c17aa6d63 by Carlos De Maine.
Committed on 13/03/2026 at 08:19.
Pushed by carlosdem into branch 'Neon/release'.
#DEB_HOST_MULTIARCH#
M +1 -1 debian/ksystemstats.postinst.in
https://invent.kde.org/neon/kde/ksystemstats/-/commit/2d2dbb77dde862ee03f6bd9d51ad184c17aa6d63
diff --git a/debian/ksystemstats.postinst.in b/debian/ksystemstats.postinst.in
index 0f2a638..ef557c7 100644
--- a/debian/ksystemstats.postinst.in
+++ b/debian/ksystemstats.postinst.in
@@ -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/#MULTIARCH#/libexec/ksystemstats_intel_helper"
+ path="/usr/lib/#DEB_HOST_MULTIARCH#/libexec/ksystemstats_intel_helper"
if command -v setcap > /dev/null; then
cap="CAP_PERFMON=+ep"
if setcap $cap $path; then
More information about the Neon-commits
mailing list