summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-02-12 12:11:28 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-02-12 12:11:28 +0200
commit3d3f3d4525a823d243d3254a3c03a194ba252394 (patch)
tree97038a5bcde3c2bc8f62415467ac61ba76b8af60 /Makefile
parent30bc6fe9292ada8202ef83f81be9959f028ca013 (diff)
downloadacf2-6c3146b1a42400146742305e2dca72e2004ac308.tar.bz2
acf2-6c3146b1a42400146742305e2dca72e2004ac308.tar.xz
Makefile: include network and openssh modulesv0.2.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 063faa2..ae208a5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (c) 2012-2013 Kaarle Ritvanen
+# Copyright (c) 2012-2014 Kaarle Ritvanen
# See LICENSE file for license details
ROOT_DIR := /
@@ -41,10 +41,7 @@ endef
$(eval $(call link,acf2,$(luadir)))
-$(eval $(call rcopy,acf2,$(luadir),lua,-not -path 'acf2/modules/*'))
-
-$(ROOT_DIR)/$(luadir)/modules:
- install -d $@
+$(eval $(call rcopy,acf2,$(luadir),lua,-not -path 'acf2/modules/demo-*'))
$(eval $(call link,config,$(confdir)))
$(eval $(call copy,config,$(confdir),aaa.json,600))
@@ -62,6 +59,6 @@ $(eval $(call copy,web,$(webdir),client.html))
$(eval $(call rcopy,web,$(webdir),js))
-install: $(foreach f,$(files),$(ROOT_DIR)/$(f)) $(ROOT_DIR)/$(luadir)/modules $(ROOT_DIR)/$(starter)
+install: $(foreach f,$(files),$(ROOT_DIR)/$(f)) $(ROOT_DIR)/$(starter)
.PHONY: all install