summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-10-08 18:50:56 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-10-08 18:50:56 +0300
commit33728ad3382d74281412d4556561d479bb88832b (patch)
treee8a9b2798dec96d820715f729989e91f9e7d5e12 /Makefile
parent3e48dd63e8bdf0c2641cfb73e6b20bea8c466ff8 (diff)
downloadaconf-33728ad3382d74281412d4556561d479bb88832b.tar.bz2
aconf-33728ad3382d74281412d4556561d479bb88832b.tar.xz
changed module paths from acf to acf2v0.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 18e9c64..063faa2 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ ROOT_DIR := /
LUA_VERSION := 5.2
confdir := etc/acf2
-luadir := usr/share/lua/$(LUA_VERSION)/acf
+luadir := usr/share/lua/$(LUA_VERSION)/acf2
resdir := usr/share/acf2
webdir := $(resdir)/web
starter := usr/sbin/acf2
@@ -40,8 +40,8 @@ files += $(resdir)/$(1)
endef
-$(eval $(call link,acf,$(luadir)))
-$(eval $(call rcopy,acf,$(luadir),lua,-not -path 'acf/modules/*'))
+$(eval $(call link,acf2,$(luadir)))
+$(eval $(call rcopy,acf2,$(luadir),lua,-not -path 'acf2/modules/*'))
$(ROOT_DIR)/$(luadir)/modules:
install -d $@