From 8d88f20a16768152538fd2ba8c3573fcfcea7b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Fri, 15 Jul 2016 12:22:49 +0200 Subject: [PATCH] Fix PHP Compilation I was getting file not found error with original path and file name. --- usr/compile/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/compile/common b/usr/compile/common index 5c25316..8a2aa97 100644 --- a/usr/compile/common +++ b/usr/compile/common @@ -6,7 +6,7 @@ ROOT_DIR="${CURRENT_DIR}/catridge/usr" LIBS_DIR="${ROOT_DIR}/shared/libs" # Include utils -source "$( dirname $( dirname ${CURRENT_DIR} ) )/lib/util.sh" +source ~/nginx/usr/compile/build_util # Ensure root dir exists mkdir -p ${ROOT_DIR}