set the same builddir as INSTALL.md

This commit is contained in:
dreamer 2021-06-19 21:19:56 +02:00
parent 80e3da9b01
commit e1036ee0fc

View file

@ -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