summaryrefslogtreecommitdiff
path: root/extras/Module_extras.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-10-30 13:28:58 +0100
committerMichael Stahl <mstahl@redhat.com>2012-10-30 15:31:43 +0100
commit9148ad0206a407abbbed658da75d5de98ae2945a (patch)
treeabf1acbc0c410386b949ef85cad8a81956da6e64 /extras/Module_extras.mk
parentd941d4d723afbc0b9e88bd19cb50ad711158e3a5 (diff)
extras: extra_fonts needs to be a ExternalPackage
... so everything is re-delivered on an incremental build when unpack happens. Change-Id: I0d6dae6bdbafc94898546146140069d4c67f5c8e
Diffstat (limited to 'extras/Module_extras.mk')
-rw-r--r--extras/Module_extras.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk
index 50c46e5eae27..eb5a07dd6da2 100644
--- a/extras/Module_extras.mk
+++ b/extras/Module_extras.mk
@@ -50,7 +50,7 @@ endif
ifeq ($(WITH_EXTRA_FONT),YES)
$(eval $(call gb_Module_add_targets,extras,\
- Package_extra_fonts \
+ ExternalPackage_extra_fonts \
UnpackedTarball_fonts_pack \
))
endif