Kaydet (Commit) 3bbe79ee authored tarafından Matúš Kukan's avatar Matúš Kukan

postprocess: execute packconfig.pl inside postprocess/packconfig directory

Change-Id: I2af8ab42eacdd1db7dfc6758c72fcd500b237ebc
üst 63e10bf2
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment