diff options
author | Steven Barth <steven@midlink.org> | 2008-05-11 10:29:45 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-11 10:29:45 +0000 |
commit | 045d9c1942146eb971609b637029911e4802a2e9 (patch) | |
tree | 8dac5aa0687fbc50bd68c566f37155ad2c1d2a7a /contrib | |
parent | cce73ddb4d2371710ec9683c76b9b6a3fb932079 (diff) |
* DHCP-Splash fixes #1
Diffstat (limited to 'contrib')
-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 af17aa57a..8f1d7f0aa 100644 --- a/contrib/package/ffluci/Makefile +++ b/contrib/package/ffluci/Makefile @@ -156,6 +156,7 @@ define Package/ffluci-app-splash/install $(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 + $(INSTALL_BIN) $(PKG_BUILD_DIR)/applications/luci-splash/dist/www/cgi-bin/luci-splash $(1)/www/cgi-bin/luci-splash endef |