Skip to content

Commit

Permalink
fix install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nosignals committed Aug 29, 2024
1 parent 4212c36 commit d4c390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luci-app-neko/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ endef

define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/etc/neko
$(INSTALL_DIR) $(1)/www/nekoclash
$(INSTALL_DIR) $(1)/www
$(CP) $(PKG_BUILD_DIR)/root/* $(1)/
$(CP) $(PKG_BUILD_DIR)/htdocs/* $(1)/www/
endef
Expand Down

0 comments on commit d4c390a

Please sign in to comment.