diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-13 16:33:43 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-13 18:32:11 +0200 |
commit | 20feaeed7e410fc0c79dedd14041e0c4f6241973 (patch) | |
tree | a46d920d663b7652159e297fa2009abeee5619ac /python3/GeneratedPackage_python3.mk | |
parent | 553084d4842c5e4488e1d28d3cbd20798fd906b0 (diff) |
the program dir is called MacOS on MacOS X
program is only a symlink to it there, created by the installer.
(Hmm, would it be possible to have MacOS symlink to program instead? It
would simplify things :-)
Change-Id: If21df47da5ac7c77358656f40d9caaaa62a7e87f
Diffstat (limited to 'python3/GeneratedPackage_python3.mk')
-rw-r--r-- | python3/GeneratedPackage_python3.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/GeneratedPackage_python3.mk b/python3/GeneratedPackage_python3.mk index 91e62bd42807..94a9da8f5b67 100644 --- a/python3/GeneratedPackage_python3.mk +++ b/python3/GeneratedPackage_python3.mk @@ -13,6 +13,6 @@ $(eval $(call gb_GeneratedPackage_use_unpacked,python3,python3)) $(eval $(call gb_GeneratedPackage_use_external_project,python3,python3)) -$(eval $(call gb_GeneratedPackage_add_dir,python3,program/LibreOfficePython.framework,LibreOfficePython.framework)) +$(eval $(call gb_GeneratedPackage_add_dir,python3,$(gb_Package_PROGRAMDIRNAME)/LibreOfficePython.framework,LibreOfficePython.framework)) # vim: set noet sw=4 ts=4: |