From 3ab3602c3f0f753691d8d8c0adb3b2ea347b3299 Mon Sep 17 00:00:00 2001 From: riley Date: Fri, 22 Sep 2023 18:42:39 -0400 Subject: [PATCH] added custom.css to makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 09199be..f3f4c76 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,8 @@ define Package/luci-theme-$(THEME_NAME)/install $(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 + $(INSTALL_DIR) $(1)/www/luci-static/resources/view/dashboard/css + $(CP) ./css/custom.css $(1)/www/luci-static/resources/view/dashboard/css/custom.css endef define Package/luci-theme-$(THEME_NAME)/postinst