diff options
author | Steven Barth <steven@midlink.org> | 2008-05-08 22:11:35 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-08 22:11:35 +0000 |
commit | cce73ddb4d2371710ec9683c76b9b6a3fb932079 (patch) | |
tree | fbc418490032ac5dc45ac015bd11521d92da6675 | |
parent | 602343970eb821196a9772ba5d98ff63e75ee1f3 (diff) |
* applications/luci-splash: Fixed cronscript was not executable
-rw-r--r-- | contrib/package/ffluci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/ffluci/Makefile b/contrib/package/ffluci/Makefile index a24daf8a8..af17aa57a 100644 --- a/contrib/package/ffluci/Makefile +++ b/contrib/package/ffluci/Makefile @@ -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 |