[Libreoffice-commits] core.git: desktop/Module_desktop.mk desktop/Package_desktop_install.mk

Stephan Bergmann sbergman at redhat.com
Wed Sep 11 01:23:12 PDT 2013


 desktop/Module_desktop.mk          |    4 ++++
 desktop/Package_desktop_install.mk |   16 ++++++++++++++++
 2 files changed, 20 insertions(+)

New commits:
commit 7f53734365817203ba8c25f28bba573f247a97ee
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Sep 11 10:22:29 2013 +0200

    Put Mac OS X program -> MacOS symlink into instdir
    
    Change-Id: Ie3a9546afa4faf07e1f69a59347ff1e15f8a9cb6

diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index 68acf41..847f036 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -95,6 +95,10 @@ $(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
new file mode 100644
index 0000000..6740f77
--- /dev/null
+++ b/desktop/Package_desktop_install.mk
@@ -0,0 +1,16 @@
+# -*- 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_set_outdir,desktop_install,$(gb_INSTROOT)))
+
+$(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