Merge pull request #1 from alkhanet26/patch-1

Update Makefile
This commit is contained in:
deri sahertian 2023-02-24 10:44:42 +07:00 committed by GitHub
commit 335555f024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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