loolwsd/maketarballfordeb.sh.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
New commits: commit f6a694716cc15451486dee5006cd0e6e9c05a44e Author: Andras Timar <andras.ti...@collabora.com> Date: Mon Nov 7 15:20:01 2016 +0100 loolwsd: copy 'debian' dir to tarball, silence tar 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-@package_vers...@.tar.gz +tar xzf $SRCDIR/loolwsd-@package_vers...@.tar.gz +cp -a $SRCDIR/debian loolwsd-@PACKAGE_VERSION@ mkdir loolwsd-@PACKAGE_VERSION@/loleaflet cd loolwsd-@PACKAGE_VERSION@/loleaflet -tar xzvf $SRCDIR/../loleaflet/loleaflet-@package_vers...@.tar.gz --strip-components=1 +tar xzf $SRCDIR/../loleaflet/loleaflet-@package_vers...@.tar.gz --strip-components=1 cd $TEMPDIR -tar czvf $SRCDIR/loolwsd_@package_vers...@.orig.tar.gz loolwsd-@PACKAGE_VERSION@ +tar czf $SRCDIR/loolwsd_@package_vers...@.orig.tar.gz loolwsd-@PACKAGE_VERSION@ cd $SRCDIR rm -rf $TEMPDIR _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits