From: Alessandro Astone Date: Sat, 12 Nov 2022 21:28:29 +0000 (+0100) Subject: Makefile: Install apparmor dir X-Git-Tag: 1.3.4~16 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/c4be5a6011aca48c0b20d1d927e4683ceddc0974?ds=sidebyside Makefile: Install apparmor dir --- 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