Skip to content

Commit

Permalink
Fix installation of apparmor profile (deb)
Browse files Browse the repository at this point in the history
Signed-off-by: Andras Timar <[email protected]>
Change-Id: I51cd98feb3c9155f69ddbdbe19473001d08357ac
  • Loading branch information
timar committed Aug 29, 2024
1 parent 61cf2b4 commit ebbad3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ override_dh_auto_test:
# do not test

execute_after_dh_install:
install -m 0644 -D debian/apparmor-profile debian/coolwsd/etc/apparmor.d/usr.bin.coolwsd
install -m 0644 -D debian/apparmor-profile debian/tmp/etc/apparmor.d/usr.bin.coolwsd
dh_apparmor --profile-name=usr.bin.coolwsd -pcoolwsd

override_dh_installinit:
Expand Down

0 comments on commit ebbad3c

Please sign in to comment.