[Libreoffice-commits] online.git: maketarballfordeb.sh.in

Andras Timar andras.timar at collabora.com
Thu Dec 29 18:56:38 UTC 2016


 maketarballfordeb.sh.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1c84d485af74bf2128bbf2a90d09bff75b997e01
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Dec 29 19:56:10 2016 +0100

    no error if dir exists (maketarballfordeb.sh)
    
    Change-Id: I0e2de7513c31e66200bed3d1cae3662d7404fa83

diff --git a/maketarballfordeb.sh.in b/maketarballfordeb.sh.in
index 5fead3a..2f4c27c 100644
--- a/maketarballfordeb.sh.in
+++ b/maketarballfordeb.sh.in
@@ -5,7 +5,7 @@ SRCDIR=`pwd`
 cd $TEMPDIR
 tar xzf $SRCDIR/loolwsd- at PACKAGE_VERSION@.tar.gz
 cp -a $SRCDIR/debian loolwsd- at PACKAGE_VERSION@
-mkdir loolwsd- at PACKAGE_VERSION@/loleaflet
+mkdir -p loolwsd- at PACKAGE_VERSION@/loleaflet
 cd loolwsd- at PACKAGE_VERSION@/loleaflet
 tar xzf $SRCDIR/loleaflet/loleaflet- at PACKAGE_VERSION@.tar.gz --strip-components=1
 cd $TEMPDIR


More information about the Libreoffice-commits mailing list