aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5d974088..39a9f031 100644
--- a/Makefile
+++ b/Makefile
@@ -125,4 +125,12 @@ install:
125 then \ 125 then \
126 echo "scripts_dir = [[$(SCRIPTS_DIR)]]" >> "$(DESTDIR)$(CONFIG_FILE)" ;\ 126 echo "scripts_dir = [[$(SCRIPTS_DIR)]]" >> "$(DESTDIR)$(CONFIG_FILE)" ;\
127 fi ;\ 127 fi ;\
128 if [ -n "$(LUA_MODULES_DIR)" ] ;\
129 then \
130 echo "lua_modules_dir = [[$(LUA_MODULES_DIR)]]" >> "$(DESTDIR)$(CONFIG_FILE)" ;\
131 fi ;\
132 if [ -n "$(BIN_MODULES_DIR)" ] ;\
133 then \
134 echo "bin_modules_dir = [[$(BIN_MODULES_DIR)]]" >> "$(DESTDIR)$(CONFIG_FILE)" ;\
135 fi ;\
128 fi 136 fi