From 00155895503636ea455d7312186643f83f1cc8d2 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Sep 2023 05:50:51 +0000 Subject: [PATCH] Update 'Makefile' --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index e2e7df7..d367603 100644 --- a/Makefile +++ b/Makefile @@ -39,8 +39,6 @@ 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) -a ./css/* $(1)/www/luci-static/resources/view/dashboard/css/ 2>/dev/null || true endef define Package/luci-theme-$(THEME_NAME)/postinst