summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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