1
0
forked from brl/citadel

Make sure the build directory exists

Otherwise appimg-builder ends up putting everything in / directory
This commit is contained in:
Bruce Leidl 2018-03-15 12:15:52 -04:00
parent 6f0b71f1ef
commit a2e127c34a

View File

@ -152,6 +152,7 @@ while [[ $# -gt 0 ]]; do
key=${1} key=${1}
case $key in case $key in
-d) -d)
mkdir -p "${2}"
WORKDIR="$(realpath ${2})" WORKDIR="$(realpath ${2})"
shift shift
shift shift