[Libreoffice-commits] core.git: bin/lo-generate-source-tarball
Tor Lillqvist
tml at collabora.com
Wed May 13 07:50:49 PDT 2015
bin/lo-generate-source-tarball | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 02cc648dc068080d65b44ebd10d0940f6a097b8a
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed May 13 17:49:04 2015 +0300
The --prefix option to the 'git archive' command should end with a slash
diff --git a/bin/lo-generate-source-tarball b/bin/lo-generate-source-tarball
index b67be85..2cb5398 100755
--- a/bin/lo-generate-source-tarball
+++ b/bin/lo-generate-source-tarball
@@ -140,7 +140,7 @@ pushd "${CORE_DIR}" > /dev/null
echo "archiving core..."
-git archive --format=tar --prefix="${base_name?}" -o "${OUT_DIR}/${base_name}.tar" ${LABEL?}
+git archive --format=tar --prefix="${base_name?}/" -o "${OUT_DIR}/${base_name}.tar" ${LABEL?}
concatenate_list=
More information about the Libreoffice-commits
mailing list