]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
Makefile: Install apparmor dir
authorAlessandro Astone <ales.astone@gmail.com>
Sat, 12 Nov 2022 21:28:29 +0000 (22:28 +0100)
committerAlessandro Astone <ales.astone@gmail.com>
Fri, 18 Nov 2022 14:19:17 +0000 (15:19 +0100)
Makefile

index 1fb7905058a9b4820fa2af8b348f2511cd15741c..59b8c328d3495a1fb9f97f530edcbb7a4842e155 100644 (file)
--- 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