From 5593197544b91ff166f514759b6edf7b5fda3a6b Mon Sep 17 00:00:00 2001 From: Alkhanet <92195275+alkhanet26@users.noreply.github.com> Date: Thu, 23 Feb 2023 01:03:53 +0700 Subject: [PATCH] Update Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6006f1f..5366ab2 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,8 @@ define Package/luci-theme-$(THEME_NAME)/install $(CP) -a ./luasrc/* $(1)/www/luci-static/$(THEME_NAME)/ 2>/dev/null || true $(INSTALL_DIR) $(1)/usr/lib/lua/luci/view/themes/$(THEME_NAME) $(CP) -a ./template/* $(1)/usr/lib/lua/luci/view/themes/$(THEME_NAME)/ 2>/dev/null || true + $(INSTALL_DIR) $(1)/www/luci-static/resources + $(CP) -a ./js/* $(1)/www/luci-static/resources/ 2>/dev/null || true endef define Package/luci-theme-$(THEME_NAME)/postinst