Skip to content
Snippets Groups Projects
Commit 53aabd62 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

change install part

parent 10bd8aa1
No related branches found
No related tags found
No related merge requests found
...@@ -29,11 +29,7 @@ define Build/Compile ...@@ -29,11 +29,7 @@ define Build/Compile
endef endef
define Package/ffnw-banner/install define Package/ffnw-banner/install
$(INSTALL_DIR) $(1)/lib/gluon/cron/ $(CP) ./files/* $(1) /
$(INSTALL_DATA) files/lib/gluon/cron/ffnw-banner $(1)/lib/gluon/cron/ffnw-banner
$(INSTALL_DIR) $(1)/lib/ffnw/banner/
$(INSTALL_BIN) files/lib/ffnw/banner/banner.sh $(1)/lib/ffnw/banner/
$(INSTALL_CONF) files/lib/ffnw/banner/banner $(1)/lib/ffnw/banner/
endef endef
$(eval $(call BuildPackage,ffnw-banner)) $(eval $(call BuildPackage,ffnw-banner))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment