diff options
author | Steven Barth <steven@midlink.org> | 2008-05-08 20:59:08 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-08 20:59:08 +0000 |
commit | ff955885022ee77d783f089b12926954be1acda8 (patch) | |
tree | 2a8c4199dadf5c05517006937ac491b227f380b0 /contrib | |
parent | f547a274f7c1ab03ad7463c227146b4683e9be27 (diff) |
* applications/luci-splash: Minor bugfixes
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 8b51e9703..f0f43db99 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/usr/lib/luci-splash/htdocs/cgi-bin/index.cgi $(1)/usr/lib/luci-splash/htdocs/cgi-bin endef |