From 6b35ed7997d8854c119a981ba5eaad793f99adbb Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 21 May 2024 14:44:32 -0300 Subject: 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. --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2144d3336..a5315a9f2 100644 --- a/Makefile +++ b/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" -- cgit v1.2.3-70-g09d2