summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-08 10:40:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-08 22:51:22 +0100
commit0ba869fc5c13a29599fda7eb976b2e7959706e04 (patch)
treeee4a99924e63dfde7fd5a76c284563573781fa13 /solenv
parent8ac48304da003daf9187f0d9ba706be2b3a8d895 (diff)
Let flatpak-builder build .Debug extension
Includes a revert of 58891d589bd8da700f135b098dd50833277c65dc "Add distro-pack- install-strip target to be used by dev-tools' flatpak/build.sh". Change-Id: Ie2ba18bc13471b46e8d5f41868bae5aee17ff25f Reviewed-on: https://gerrit.libreoffice.org/47599 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/assemble-flatpak.sh2
-rw-r--r--solenv/flatpak-manifest.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/assemble-flatpak.sh b/solenv/bin/assemble-flatpak.sh
index e678b9894b86..3eade815b11b 100755
--- a/solenv/bin/assemble-flatpak.sh
+++ b/solenv/bin/assemble-flatpak.sh
@@ -8,7 +8,7 @@
#
# Assemble Flatpak app files and metadata under /app/, copying from the
-# installation tree generated by 'make distro-pack-install-strip' (at
+# installation tree generated by 'make distro-pack-install' (at
# $PREFIXDIR):
set -e
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index b9eaa71beb67..70d08916ae8c 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -534,7 +534,7 @@
"build-commands": [
"./autogen.sh --prefix=/run/build/libreoffice/inst --with-distro=LibreOfficeFlatpak",
"make",
- "make distro-pack-install-strip",
+ "make distro-pack-install",
"make cmd cmd='$(SRCDIR)/solenv/bin/assemble-flatpak.sh'"
]
}