From: Alessandro Astone Date: Tue, 31 Oct 2023 15:00:16 +0000 (+0100) Subject: Makefile: Create xdg menu directories X-Git-Tag: 1.4.2~3 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/b1713e967bb31ca0c38b5cf0cc69ac45244e77f1 Makefile: Create xdg menu directories --- diff --git a/Makefile b/Makefile index 9e7af76..42ec712 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ build: install: install -d $(INSTALL_WAYDROID_DIR) $(INSTALL_BIN_DIR) $(INSTALL_DBUS_DIR)/system.d $(INSTALL_POLKIT_DIR)/actions install -d $(INSTALL_APPS_DIR) $(INSTALL_METAINFO_DIR) $(INSTALL_ICONS_DIR)/hicolor/512x512/apps + install -d $(INSTALL_APPS_DIRECTORY_DIR) $(INSTALL_APPS_MENU_DIR) cp -a data tools waydroid.py $(INSTALL_WAYDROID_DIR) ln -sf $(WAYDROID_DIR)/waydroid.py $(INSTALL_BIN_DIR)/waydroid mv $(INSTALL_WAYDROID_DIR)/data/AppIcon.png $(INSTALL_ICONS_DIR)/hicolor/512x512/apps/waydroid.png