diff options
author | Andras Timar <atimar@suse.com> | 2013-02-26 10:08:32 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-26 10:10:01 +0100 |
commit | c18e468125c32d8dca88c374d534cab1e9597d03 (patch) | |
tree | e8c07358bca2008d31a919d25cf85b5f49d882b8 | |
parent | a5e5dc9c622b47d6454938936e7b65beb9f461b1 (diff) |
setup_native: fix localization
Change-Id: I3a179076f7102958fd2d8f24af1288aa610835da
-rw-r--r-- | setup_native/CustomTarget_mac.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/CustomTarget_mac.mk b/setup_native/CustomTarget_mac.mk index 57f92f85d94b..d91c6bddaa55 100644 --- a/setup_native/CustomTarget_mac.mk +++ b/setup_native/CustomTarget_mac.mk @@ -16,7 +16,7 @@ ifneq ($(WITH_LANG),) $(call gb_CustomTarget_get_workdir,setup_native/mac)/macinstall.ulf: $(SRCDIR)/setup_native/source/mac/macinstall.ulf | $(call gb_Executable_get_runtime_dependencies,ulfex) $(call gb_Output_announce,$@,$(true),SUM,1) MERGEINPUT=`$(gb_MKTEMP)` && \ - echo $(foreach lang,$(gb_TRANS_LANGS),$(gb_POLOCATION)/$(lang)/$(patsubst %/,%,$(dir $@)).po) > $${MERGEINPUT} && \ + echo $(foreach lang,$(gb_TRANS_LANGS),$(gb_POLOCATION)/$(lang)/setup_native/source/mac.po) > $${MERGEINPUT} && \ $(call gb_Helper_abbreviate_dirs,\ $(call gb_Executable_get_command,ulfex) -p setup_native -i $< -o $@ -m $${MERGEINPUT} -l all ) && \ rm -rf $${MERGEINPUT} |