summaryrefslogtreecommitdiff
path: root/CustomTarget_imagelist.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-09-29 16:31:32 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-29 16:31:32 +0200
commit9ff4dd9cbd323794e72d08e297b59cc09d1abbe0 (patch)
treed3b66b138e2ff6090ef9c80daeb70086fd172d1a /CustomTarget_imagelist.mk
parent52ba0e435c17651f788021b74567c52e5c2b926f (diff)
helpcontent2: fix build, use pack_images.py
Change-Id: Ie96d42c895daca558a716bd234143016318d3b5c
Diffstat (limited to 'CustomTarget_imagelist.mk')
-rw-r--r--CustomTarget_imagelist.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/CustomTarget_imagelist.mk b/CustomTarget_imagelist.mk
index 605b12aa31..f0710e6821 100644
--- a/CustomTarget_imagelist.mk
+++ b/CustomTarget_imagelist.mk
@@ -23,7 +23,7 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary)/images_helpimg
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,1)
$(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 \
-g $(helpmedia_DIR) -m $(helpmedia_DIR) -c $(helpmedia_DIR) \
-l $${ILSTFILE} \
-s $< -o $@ \