[neon/kde/ksystemstats/Neon/release] debian: # make sure dir exists
Carlos De Maine
null at kde.org
Fri Mar 13 15:05:55 GMT 2026
Git commit 777d076524388779b51214cb2e7c923b3915eb06 by Carlos De Maine.
Committed on 13/03/2026 at 15:05.
Pushed by carlosdem into branch 'Neon/release'.
# make sure dir exists
M +2 -2 debian/rules
https://invent.kde.org/neon/kde/ksystemstats/-/commit/777d076524388779b51214cb2e7c923b3915eb06
diff --git a/debian/rules b/debian/rules
index 4366c92..49cb548 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,8 @@ DEB_HOST_MULTIARCH = $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
dh $@ --with kf6 --buildsystem kf6
override_dh_install:
- # normal install
- dh_install
+ # make sure dir exists
+ mkdir -p debian/ksystemstats/DEBIAN
# sed in our multiarch path
sed 's|@DEB_HOST_MULTIARCH@|$(DEB_HOST_MULTIARCH)|g' debian/ksystemstats.postinst.in > debian/ksystemstats/DEBIAN/postinst
# ensure the postinst is executable
More information about the Neon-commits
mailing list