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:
Kelvin M. Klann 2024-05-21 14:44:32 -03:00
parent c633ba3ead
commit 6b35ed7997

View file

@ -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"