[Libreoffice-commits] online.git: maketarballfordeb.sh.in
Andras Timar
andras.timar at collabora.com
Fri Nov 25 11:21:54 UTC 2016
maketarballfordeb.sh.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3402546faee83006c30a546373f57a0c02baf812
Author: Andras Timar <andras.timar at collabora.com>
Date: Fri Nov 25 12:21:30 2016 +0100
adapt maketarballfordeb.sh script to new dir layout
diff --git a/maketarballfordeb.sh.in b/maketarballfordeb.sh.in
old mode 100755
new mode 100644
index 3000455..5fead3a
--- a/maketarballfordeb.sh.in
+++ b/maketarballfordeb.sh.in
@@ -7,7 +7,7 @@ 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 xzf $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 czf $SRCDIR/loolwsd_ at PACKAGE_VERSION@.orig.tar.gz loolwsd- at PACKAGE_VERSION@
cd $SRCDIR
More information about the Libreoffice-commits
mailing list