From 6408b1abff57c8f2c1d24a7ce5114f6cb8fa4758 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Mon, 13 Jan 2020 20:11:06 -0700 Subject: [PATCH] Fixed ROOT_DIR under new organization --- setup/build_linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/build_linux b/setup/build_linux index 17547a33..c94b21a8 100755 --- a/setup/build_linux +++ b/setup/build_linux @@ -10,7 +10,7 @@ set -o pipefail # Prep DATE="$(date +%F)" DATETIME="$(date +%F_%H%M)" -ROOT_DIR="$(realpath $(dirname "$0"))" +ROOT_DIR="$(realpath $(dirname "$0")/..)" BUILD_DIR="$ROOT_DIR/setup/BUILD_LINUX" LIVE_DIR="$BUILD_DIR/live" LOG_DIR="$BUILD_DIR/logs"