This commit is contained in:
Marcus 2022-09-11 15:42:33 +02:00
parent 85466e4802
commit 13beb9c271
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig
echo "= Creating directories ="
XASH_GIT_DIR="$(echo ${XASH_GIT_URL} | cut -d / -f5)"
test -d $XASH_INSTALL_DIR || mkdir -p $XASH_INSTALL_DIR
test -d $XASH_BUILD_DIR || mkdir -p $XASH_BUILD_DIR
if [ "$XASH_INSTALL_MODE" == "install" ]
then