summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-03-01 18:05:49 +0200
committerTor Lillqvist <tml@collabora.com>2017-03-01 20:47:32 +0200
commited3b58dc67616c772f736e52b87fd9c84078b8db (patch)
tree619df10147d5d1e68dcb04373a2aa28a3b9206af /desktop
parentUpdated core (diff)
downloadcore-ed3b58dc67616c772f736e52b87fd9c84078b8db.tar.gz
core-ed3b58dc67616c772f736e52b87fd9c84078b8db.zip
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
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Module_desktop.mk4
-rw-r--r--desktop/Package_desktop_install.mk14
2 files changed, 0 insertions, 18 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index 17ec5bf52b12..a5a688394947 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 00d75467ff7f..000000000000
--- 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: