From 6b19bd0264cad7b133bdd0391a545ba32123abcf Mon Sep 17 00:00:00 2001 From: bunkerity Date: Sun, 11 Jul 2021 23:53:54 +0200 Subject: [PATCH] deps - add cjson LUA files to deps folder --- helpers/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/install.sh b/helpers/install.sh index 3febf17..b7edd31 100644 --- a/helpers/install.sh +++ b/helpers/install.sh @@ -483,8 +483,8 @@ git_secure_clone https://github.com/openresty/lua-cjson.git 0df488874f52a881d14b echo "[*] Compile lua-cjson" CHANGE_DIR="/tmp/bunkerized-nginx/lua-cjson" do_and_check_cmd make -j $NTASK echo "[*] Install lua-cjson" -CHANGE_DIR="/tmp/bunkerized-nginx/lua-cjson" do_and_check_cmd make PREFIX=/opt/bunkerized-nginx/deps LUA_CMODULE_DIR=/opt/bunkerized-nginx/deps/lib/lua install -CHANGE_DIR="/tmp/bunkerized-nginx/lua-cjson" do_and_check_cmd make PREFIX=/opt/bunkerized-nginx/deps LUA_CMODULE_DIR=/opt/bunkerized-nginx/deps/lib/lua install-extra +CHANGE_DIR="/tmp/bunkerized-nginx/lua-cjson" do_and_check_cmd make PREFIX=/opt/bunkerized-nginx/deps LUA_CMODULE_DIR=/opt/bunkerized-nginx/deps/lib/lua LUA_MODULE_DIR=/opt/bunkerized-nginx/deps/lib/lua install +CHANGE_DIR="/tmp/bunkerized-nginx/lua-cjson" do_and_check_cmd make PREFIX=/opt/bunkerized-nginx/deps LUA_CMODULE_DIR=/opt/bunkerized-nginx/deps/lib/lua LUA_MODULE_DIR=/opt/bunkerized-nginx/deps/lib/lua install-extra # Download, compile and install lua-gd echo "[*] Clone ittner/lua-gd"