summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-08-29 04:48:13 +0000
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-09-26 08:53:22 +0200
commit423ee1020afe1bca896f2ecfc67ffbd49db5081c (patch)
tree862202456ea3b404427a21bb3dd756d13ea2f02b /postprocess
parenta385dcd02001fc9ce26bf994956db0a704d5764b (diff)
tdf#106894 Rewrite packimages.pl in Python (pack_images.py)
Change-Id: Id627d9295edc77e561f15e0886fdcf9fb64fe68d Reviewed-on: https://gerrit.libreoffice.org/41667 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CustomTarget_images.mk2
1 files changed, 1 insertions, 1 deletions
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_,,$*) \