From 423ee1020afe1bca896f2ecfc67ffbd49db5081c Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Tue, 29 Aug 2017 04:48:13 +0000 Subject: tdf#106894 Rewrite packimages.pl in Python (pack_images.py) Change-Id: Id627d9295edc77e561f15e0886fdcf9fb64fe68d Reviewed-on: https://gerrit.libreoffice.org/41667 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- postprocess/CustomTarget_images.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postprocess') diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk index 44899e6105a5..603c73d522d4 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -33,7 +33,7 @@ $(packimages_DIR)/%.zip : \ $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2) $(call gb_Helper_abbreviate_dirs, \ ILSTFILE=$(call var2file,$(shell $(gb_MKTEMP)),100,$(filter %.ilst,$^)) && \ - $(PERL) $(SRCDIR)/solenv/bin/packimages.pl \ + $(PYTHON) $(SRCDIR)/solenv/bin/pack_images.py \ $(if $(DEFAULT_THEME),\ -g $(packimages_DIR) -m $(packimages_DIR) -c $(packimages_DIR),\ -g $(SRCDIR)/icon-themes/$(subst images_,,$*) -m $(SRCDIR)/icon-themes/$(subst images_,,$*) -c $(SRCDIR)/icon-themes/$(subst images_,,$*) \ -- cgit