[Libreoffice-commits] core.git: desktop/Module_desktop.mk desktop/Package_desktop_install.mk
Tor Lillqvist
tml at collabora.com
Wed Mar 1 18:48:18 UTC 2017
desktop/Module_desktop.mk | 4 ----
desktop/Package_desktop_install.mk | 14 --------------
2 files changed, 18 deletions(-)
New commits:
commit ed3b58dc67616c772f736e52b87fd9c84078b8db
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Mar 1 18:05:49 2017 +0200
No need for the program -> MacOS symlink
Or could it be that some external scripts insist on running
LibreOffice.app/Contents/program/soffice? Or some instructions talk
about that pathname?
Change-Id: I99e2b2636971c7ee8de09a9e42df9f965eeec5fb
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index 17ec5bf..a5a6883 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -100,10 +100,6 @@ $(eval $(call gb_Module_add_targets,desktop,\
else ifeq ($(OS),MACOSX)
-$(eval $(call gb_Module_add_targets,desktop,\
- Package_desktop_install \
-))
-
else ifeq ($(OS),ANDROID)
else ifeq ($(OS),IOS)
diff --git a/desktop/Package_desktop_install.mk b/desktop/Package_desktop_install.mk
deleted file mode 100644
index 00d7546..0000000
--- a/desktop/Package_desktop_install.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,desktop_install,$(SRCDIR)))
-
-$(eval $(call gb_Package_add_symbolic_link,desktop_install,program,MacOS))
-
-# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list