summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/ffluci
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-03-10 08:53:14 +0000
committerSteven Barth <steven@midlink.org>2008-03-10 08:53:14 +0000
commit93a98dd13be5127871ff78d85e8199f2df77e9c2 (patch)
tree9873e6b279893a1f36ce4d361974fd2bd1219d59 /contrib/package/ffluci
parentb827bb905aee48f3c4c8edf9cfc2e8fc9406ba68 (diff)
Moved examples out of source directory
Added a first draft design Cleaned up Makefile Prepared for module development
Diffstat (limited to 'contrib/package/ffluci')
-rw-r--r--contrib/package/ffluci/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/package/ffluci/Makefile b/contrib/package/ffluci/Makefile
index 12e811d2c..dab80be37 100644
--- a/contrib/package/ffluci/Makefile
+++ b/contrib/package/ffluci/Makefile
@@ -34,7 +34,9 @@ endef
define Package/ffluci/install
$(INSTALL_DIR) $(1)/usr/lib/lua
$(INSTALL_DIR) $(1)/www/cgi-bin
+ $(INSTALL_DIR) $(1)/www/ffluci
$(CP) $(PKG_BUILD_DIR)/dist/* $(1)/usr/lib/lua/ -R
+ $(CP) $(PKG_BUILD_DIR)/contrib/media $(1)/www/ffluci/ -R
$(INSTALL_BIN) $(PKG_BUILD_DIR)/contrib/ffluci $(1)/www/cgi-bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/contrib/index.cgi $(1)/www/cgi-bin
$(CP) -a ./ipkg/ffluci.postinst $(1)/CONTROL/postinst