From 94da214e63e0d3f02560f7187cccd732f12c7541 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 4 Apr 2021 00:00:47 +0100 Subject: [PATCH] Debian: also install systemd config file. --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index cda55735c..842e968d4 100755 --- a/debian/rules +++ b/debian/rules @@ -10,3 +10,8 @@ override_dh_auto_configure: ./configure --distribution=debian --flavor=desktop + +override_dh_install: + find systemd/ -type f -exec \ + install -Dm0644 {} $$(pwd)/debian/apparmor.d/usr/lib/systemd/system/$(basename {})/apparmor.conf \; + dh_install