[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.3' - Makefile.in

Tor Lillqvist tml at collabora.com
Tue May 12 01:26:59 PDT 2015


 Makefile.in |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 22523e47c1d5139d73dfff787c491edadd7b57a1
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

diff --git a/Makefile.in b/Makefile.in
index 445d22b..1d47158 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -324,6 +324,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