maketarballfordeb.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1c84d485af74bf2128bbf2a90d09bff75b997e01 Author: Andras Timar <andras.ti...@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-@package_vers...@.tar.gz cp -a $SRCDIR/debian loolwsd-@PACKAGE_VERSION@ -mkdir loolwsd-@PACKAGE_VERSION@/loleaflet +mkdir -p loolwsd-@PACKAGE_VERSION@/loleaflet cd loolwsd-@PACKAGE_VERSION@/loleaflet tar xzf $SRCDIR/loleaflet/loleaflet-@package_vers...@.tar.gz --strip-components=1 cd $TEMPDIR _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits