[Libreoffice-commits] dev-tools.git: flatpak/build.sh
Stephan Bergmann
sbergman at redhat.com
Wed May 10 15:00:29 UTC 2017
flatpak/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 22bb7bc2875d8b9816faf17f4068149f2b2f1a83
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed May 10 16:59:19 2017 +0200
Strip flatpak builds
requires core commit 58891d589bd8da700f135b098dd50833277c65dc "Add
distro-pack-install-strip target"
diff --git a/flatpak/build.sh b/flatpak/build.sh
index b1d1b2d..ffdc62b 100755
--- a/flatpak/build.sh
+++ b/flatpak/build.sh
@@ -76,7 +76,7 @@ flatpak build-init "${my_dir?}"/app org.libreoffice.LibreOffice org.gnome.Sdk \
mkdir "${my_dir?}"/build
flatpak build --build-dir="${my_dir?}"/build "${my_dir?}"/app bash -c \
'"${1?}"/lo/autogen.sh --prefix="${1?}"/inst --with-distro=LibreOfficeFlatpak \
- --with-external-tar="${1?}"/tar && make && make distro-pack-install' \
+ --with-external-tar="${1?}"/tar && make && make distro-pack-install-strip' \
bash "${my_dir?}"
More information about the Libreoffice-commits
mailing list