flatpak/build.sh | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 9d0e66082481e227b935b6d02d905708f3fc9046
Author: Stephan Bergmann <[email protected]>
Date: Fri Oct 20 15:56:24 2017 +0200
Still need to fetch updates for the lo repo if it's already there
diff --git a/flatpak/build.sh b/flatpak/build.sh
index 3e8fffa..3447836 100755
--- a/flatpak/build.sh
+++ b/flatpak/build.sh
@@ -49,6 +49,8 @@ mkdir -p "${my_dir?}"
if [ ! -e "${my_dir?}"/lo ]; then
git clone --mirror git://gerrit.libreoffice.org/core "${my_dir?}"/lo
+else
+ git -C "${my_dir?}"/lo fetch
fi
rm -f "${my_dir?}"/manifest.in
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits