mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
Debian: also install systemd config file.
This commit is contained in:
parent
70fa10d2a3
commit
94da214e63
5
debian/rules
vendored
5
debian/rules
vendored
@ -10,3 +10,8 @@
|
|||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
./configure --distribution=debian --flavor=desktop
|
./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
|
||||||
|
Loading…
Reference in New Issue
Block a user