loolwsd-systemplate-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ac0cf36843fe522b08a5e32033b787bbae545cf1 Author: Andras Timar <andras.ti...@collabora.com> Date: Fri Sep 22 17:04:29 2017 +0200 no error if systemplate dir is existing Change-Id: I10aba648688ba92150efa41449190a3ba425f03c Reviewed-on: https://gerrit.libreoffice.org/42662 Reviewed-by: pranavk <pran...@collabora.co.uk> Tested-by: pranavk <pran...@collabora.co.uk> diff --git a/loolwsd-systemplate-setup b/loolwsd-systemplate-setup index 729220c3..790bbb38 100755 --- a/loolwsd-systemplate-setup +++ b/loolwsd-systemplate-setup @@ -9,7 +9,7 @@ INSTDIR=$2 test -d "$INSTDIR" || { echo "No such directory: $INSTDIR"; exit 1; } -mkdir $CHROOT || exit 1 +mkdir -p $CHROOT || exit 1 CHROOT=`cd $CHROOT && /bin/pwd` INSTDIR=`cd $INSTDIR && /bin/pwd` _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits