diff options
author | Steven Barth <steven@midlink.org> | 2008-04-27 11:28:01 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-27 11:28:01 +0000 |
commit | 1b159023db95ec0d429f1fc71536ef96edc37333 (patch) | |
tree | fd65ab869c4329f061e8d522dd9c4490ee6faa4e /contrib | |
parent | 9a5210e5467fb76e7fd79b7c58927c8fc252c480 (diff) |
* Fixed Makefile again...
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/ffluci-splash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/ffluci-splash/Makefile b/contrib/package/ffluci-splash/Makefile index d3e98af18..3ea123ffd 100644 --- a/contrib/package/ffluci-splash/Makefile +++ b/contrib/package/ffluci-splash/Makefile @@ -33,7 +33,7 @@ define Package/ffluci-splash/install $(INSTALL_BIN) ./src/luci_splash.init $(1)/etc/init.d/luci_splash $(INSTALL_BIN) ./src/luci-splash.lua $(1)/usr/sbin/luci-splash - $(INSTALL_BIN) -a ./src/luci_splash.cron $(1)/etc/cron.minutely/luci_splash + $(INSTALL_BIN) ./src/luci_splash.cron $(1)/etc/cron.minutely/luci-splash $(CP) -a ./src/luci_splash.uci $(1)/etc/config/luci_splash $(CP) -a ./src/luci_splash_httpd.conf $(1)/etc/ |