From bde7fe9c9f73118d713eb8a3855f662e85d0347a Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 23 Feb 2019 17:57:25 -0800 Subject: [PATCH] The build succeeds...somewhere... --- scripts/build.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index f6051bb..ebdd9a1 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -98,4 +98,9 @@ echo "" echo "BUILDING NGINX" echo "Using $(nproc) jobs" make -"$NGINX_SRC_DIR/auto/objs/nginx -V" + +ls -la "$NGINX_SRC_DIR" +ls -la "$NGINX_SRC_DIR/auto" +ls -la "$OPENSSL_DIR" +ls -la "$OG_DIR" +ls -la "$OG_DIR/src" -- GitLab