From 3bbe79eef841ae4a756593557641e32fa28c0184 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sun, 16 Dec 2012 01:14:38 +0100 Subject: postprocess: execute packconfig.pl inside postprocess/packconfig directory Change-Id: I2af8ab42eacdd1db7dfc6758c72fcd500b237ebc --- postprocess/CustomTarget_config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'postprocess') diff --git a/postprocess/CustomTarget_config.mk b/postprocess/CustomTarget_config.mk index f7b4744da0be..284a43ae17af 100644 --- a/postprocess/CustomTarget_config.mk +++ b/postprocess/CustomTarget_config.mk @@ -17,6 +17,7 @@ $(eval $(call gb_CustomTarget_register_targets,postprocess/config,\ $(call gb_CustomTarget_get_workdir,postprocess/config)/uiconfig.zip : $(SRCDIR)/postprocess/packconfig/packconfig.pl $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2) - $(PERL) $< -i $(OUTDIR)/xml/uiconfig -o $(dir $@) + cd $(SRCDIR)/postprocess/packconfig \ + && $(PERL) packconfig.pl -i $(OUTDIR)/xml/uiconfig -o $(dir $@) # vim: set noet sw=4 ts=4: -- cgit