* applications/luci-splash: Fixed cronscript was not executable
This commit is contained in:
parent
602343970e
commit
cce73ddb4d
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ define Package/ffluci-app-splash/install
|
|||
$(call Package/ffluci/install/template,$(1),applications/luci-splash)
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/applications/luci-splash/dist/usr/sbin/luci-splash $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/applications/luci-splash/dist/etc/init.d/luci_splash $(1)/etc/init.d
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/applications/luci-splash/dist/etc/cron.minutely/luci_splash $(1)/etc/cron.minutely
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/applications/luci-splash/dist/usr/lib/luci-splash/htdocs/cgi-bin/index.cgi $(1)/usr/lib/luci-splash/htdocs/cgi-bin
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue