diff options
Diffstat (limited to 'postprocess/CustomTarget_images.mk')
-rw-r--r-- | postprocess/CustomTarget_images.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk index 0207cde533c8..74ca91a4b3e6 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -10,7 +10,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,postprocess/images)) -packimages_DIR := $(call gb_CustomTarget_get_workdir,postprocess/images) +packimages_DIR := $(gb_CustomTarget_workdir)/postprocess/images $(eval $(call gb_CustomTarget_register_targets,postprocess/images,\ $(foreach theme,$(WITH_THEMES),images_$(theme).zip) \ |