From e1036ee0fc0c4865ffcd106623c1faf43bad7255 Mon Sep 17 00:00:00 2001 From: dreamer Date: Sat, 19 Jun 2021 21:19:56 +0200 Subject: [PATCH] set the same builddir as INSTALL.md --- pw-uninstalled.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh index 5403bbe00..0a07a2016 100755 --- a/pw-uninstalled.sh +++ b/pw-uninstalled.sh @@ -25,7 +25,7 @@ while getopts ":b:v:" opt; do done if [ -z "${BUILDDIR}" ]; then - BUILDDIR=${SCRIPT_DIR}/build + BUILDDIR=${SCRIPT_DIR}/builddir echo "Using default build directory: ${BUILDDIR}" fi