[Libreoffice-commits] .: postprocess/CustomTarget_config.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Dec 15 16:16:27 PST 2012
postprocess/CustomTarget_config.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 3bbe79eef841ae4a756593557641e32fa28c0184
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Sun Dec 16 01:14:38 2012 +0100
postprocess: execute packconfig.pl inside postprocess/packconfig directory
Change-Id: I2af8ab42eacdd1db7dfc6758c72fcd500b237ebc
diff --git a/postprocess/CustomTarget_config.mk b/postprocess/CustomTarget_config.mk
index f7b4744..284a43a 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:
More information about the Libreoffice-commits
mailing list