[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loolwsd/maketarballfordeb.sh.in

Andras Timar andras.timar at collabora.com
Mon Nov 7 14:22:31 UTC 2016


 loolwsd/maketarballfordeb.sh.in |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 1f274dd1147d7dd741a99e54a3393f8de2ca84c3
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Nov 7 15:20:01 2016 +0100

    loolwsd: copy 'debian' dir to tarball, silence tar
    
    (cherry picked from commit f6a694716cc15451486dee5006cd0e6e9c05a44e)

diff --git a/loolwsd/maketarballfordeb.sh.in b/loolwsd/maketarballfordeb.sh.in
index 2ecd183..3000455 100755
--- a/loolwsd/maketarballfordeb.sh.in
+++ b/loolwsd/maketarballfordeb.sh.in
@@ -3,11 +3,12 @@
 TEMPDIR=`mktemp -d`
 SRCDIR=`pwd`
 cd $TEMPDIR
-tar xzvf $SRCDIR/loolwsd- at PACKAGE_VERSION@.tar.gz
+tar xzf $SRCDIR/loolwsd- at PACKAGE_VERSION@.tar.gz
+cp -a $SRCDIR/debian loolwsd- at PACKAGE_VERSION@
 mkdir loolwsd- at PACKAGE_VERSION@/loleaflet
 cd loolwsd- at PACKAGE_VERSION@/loleaflet
-tar xzvf $SRCDIR/../loleaflet/loleaflet- at PACKAGE_VERSION@.tar.gz --strip-components=1
+tar xzf $SRCDIR/../loleaflet/loleaflet- at PACKAGE_VERSION@.tar.gz --strip-components=1
 cd $TEMPDIR
-tar czvf $SRCDIR/loolwsd_ at PACKAGE_VERSION@.orig.tar.gz loolwsd- at PACKAGE_VERSION@
+tar czf $SRCDIR/loolwsd_ at PACKAGE_VERSION@.orig.tar.gz loolwsd- at PACKAGE_VERSION@
 cd $SRCDIR
 rm -rf $TEMPDIR


More information about the Libreoffice-commits mailing list