Kaydet (Commit) ed3b58dc authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 6f63d83a
......@@ -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)
......
# -*- 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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment