forked from brl/citadel
Make sure the build directory exists
Otherwise appimg-builder ends up putting everything in / directory
This commit is contained in:
parent
6f0b71f1ef
commit
a2e127c34a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user