[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - Makefile.in
Tor Lillqvist
tml at collabora.com
Sat Jun 11 11:00:49 UTC 2016
Makefile.in | 1 +
1 file changed, 1 insertion(+)
New commits:
commit baa24e0b94cfe34a2e65719c749b7a9ac4a72c07
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Sep 9 10:35:51 2014 +0300
Remove potential old leftover before moving the app bundle
Change-Id: I7f0a8ae184a2f3d8a4476415b56df4ad8e4e342f
(cherry picked from commit 8adb16acb1aeccfacc39c2edb10d4f90374e8ff2)
diff --git a/Makefile.in b/Makefile.in
index 7a13f35..1df8ef3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -321,6 +321,7 @@ endif
mac-app-store-package: test-install
ifneq ($(MACOSX_PACKAGE_SIGNING_IDENTITY),)
+ rm -rf "$(MACOSX_APP_NAME).app"
mv "$(TESTINSTALLDIR)/$(PRODUCTNAME).app" "$(MACOSX_APP_NAME).app"
productbuild --component "$(MACOSX_APP_NAME).app" /Applications --sign $(MACOSX_PACKAGE_SIGNING_IDENTITY) $(shell echo "$(MACOSX_APP_NAME)" | tr ' ' '-').pkg
else
More information about the Libreoffice-commits
mailing list