From c4be5a6011aca48c0b20d1d927e4683ceddc0974 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Sat, 12 Nov 2022 22:28:29 +0100 Subject: [PATCH] Makefile: Install apparmor dir --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1fb7905..59b8c32 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ install: fi install_apparmor: + install -d $(INSTALL_APPARMOR_DIR) $(INSTALL_APPARMOR_DIR)/lxc cp -f data/configs/apparmor_profiles/adbd $(INSTALL_APPARMOR_DIR)/adbd apparmor_parser -r $(INSTALL_APPARMOR_DIR)/adbd cp -f data/configs/apparmor_profiles/android_app $(INSTALL_APPARMOR_DIR)/android_app -- 2.47.3