diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-12-16 01:14:38 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-12-16 01:15:47 +0100 |
commit | 3bbe79eef841ae4a756593557641e32fa28c0184 (patch) | |
tree | 9eb7c2748bb8ab617e814010b314ac5cd66984da /postprocess | |
parent | 63e10bf2383d22a5b3fafd95a688c2389f0076bc (diff) |
postprocess: execute packconfig.pl inside postprocess/packconfig directory
Change-Id: I2af8ab42eacdd1db7dfc6758c72fcd500b237ebc
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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: |