bin/lo-generate-source-tarball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 02cc648dc068080d65b44ebd10d0940f6a097b8a Author: Tor Lillqvist <t...@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= _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits