summaryrefslogtreecommitdiff
path: root/setup_native/CustomTarget_mac.mk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-26 10:08:32 +0100
committerAndras Timar <atimar@suse.com>2013-02-26 10:10:01 +0100
commitc18e468125c32d8dca88c374d534cab1e9597d03 (patch)
treee8c07358bca2008d31a919d25cf85b5f49d882b8 /setup_native/CustomTarget_mac.mk
parenta5e5dc9c622b47d6454938936e7b65beb9f461b1 (diff)
setup_native: fix localization
Change-Id: I3a179076f7102958fd2d8f24af1288aa610835da
Diffstat (limited to 'setup_native/CustomTarget_mac.mk')
-rw-r--r--setup_native/CustomTarget_mac.mk2
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}