From 325bd9883b24dc0df61b26352404fa66c9f25a7e Mon Sep 17 00:00:00 2001 From: PeDitX Date: Sat, 23 Nov 2024 22:05:26 +0330 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ebdc2b3..823d907 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ define Package/luci-theme-$(THEME_NAME)/install $(INSTALL_DIR) $(1)/www/luci-static/resources $(CP) -a ./js/* $(1)/www/luci-static/resources/ 2>/dev/null || true $(INSTALL_DIR) $(1)/www/luci-static/$(THEME_NAME) - $(INSTALL_BIN) ./files/www/luci-static/$(THEME_NAME)/manifest.json $(1)/www/luci-static/$(THEME_NAME)/manifest.json + $(CP) -a ./luasrc/manifest.json $(1)/www/luci-static/$(THEME_NAME)/ 2>/dev/null || true $(INSTALL_DIR) $(1)/etc/config $(CP) -a ./root/etc/config/* $(1)/etc/config/ 2>/dev/null || true endef