Fix incorrect name

This commit is contained in:
Sven-Hendrik Haase 2020-10-19 04:05:15 +02:00
parent 94d242fb87
commit 80d8c5ee91
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -40,7 +40,7 @@ $(OUTPUTDIR)/base.tar.xz:
$(call rootfs,base,base)
$(OUTPUTDIR)/base-devel.tar.xz:
$(call rootfs,base,base base-devel)
$(call rootfs,base-devel,base base-devel)
$(OUTPUTDIR)/Dockerfile.base:
$(call dockerfile,base)