mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
build: remove redundant parent dir install
The command below already installs it.
Added on commit 926790411 ("add basic Firejail support to AppArmor base
abstraction (#3226)", 2021-10-21) / PR #4628.
This commit is contained in:
parent
c633ba3ead
commit
6b35ed7997
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -269,9 +269,6 @@ ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR)
|
|||
$(DESTDIR)/$(sysconfdir)/apparmor.d/local/firejail-default; \
|
||||
fi"
|
||||
# install apparmor base abstraction drop-in
|
||||
sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/abstractions ]; then \
|
||||
$(INSTALL) -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/abstractions; \
|
||||
fi"
|
||||
sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/abstractions/base.d ]; then \
|
||||
$(INSTALL) -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/abstractions/base.d; \
|
||||
fi"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue