[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loolwsd-systemplate-setup

Andras Timar andras.timar at collabora.com
Mon Sep 25 14:22:30 UTC 2017


 loolwsd-systemplate-setup |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ac0cf36843fe522b08a5e32033b787bbae545cf1
Author: Andras Timar <andras.timar at 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 <pranavk at collabora.co.uk>
    Tested-by: pranavk <pranavk at 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`


More information about the Libreoffice-commits mailing list