[neon/kde/plasma-workspace/Neon/unstable] debian: mkdir so that cp won't fail

Carlos De Maine null at kde.org
Tue Apr 15 10:47:45 BST 2025


Git commit 5953fcfe75a6297a6eddd6bc705b7246f92cc65f by Carlos De Maine.
Committed on 15/04/2025 at 09:47.
Pushed by carlosdem into branch 'Neon/unstable'.

mkdir so that cp won't fail

M  +1    -0    debian/rules

https://invent.kde.org/neon/kde/plasma-workspace/-/commit/5953fcfe75a6297a6eddd6bc705b7246f92cc65f

diff --git a/debian/rules b/debian/rules
index 84ecff9..1030049 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,6 @@
 	
 
 execute_after_dh_install:
+	mkdir -p debian/tmp/etc/apparmor.d/local/
 	cp apparmor/local/plasmashell debian/tmp/etc/apparmor.d/local/plasmashell
 	dh_apparmor --profile-name=plasmashell -pplasma-workspace


More information about the Neon-commits mailing list