Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
peditx authored Nov 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4091025 commit 325bd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 325bd98

Please sign in to comment.