flash-images: Fix argument order for copying files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-10 18:14:56 +00:00
parent a44e11e8bb
commit 9dcb759f19

View File

@@ -140,7 +140,7 @@ ifeq "$(EFI)" "1"
endif
# Copy all files
$(call COPY_FILES,$(DIR_SRC)/config/rootfiles/common,,$(MNThdd))
$(call COPY_FILES,$(DIR_SRC)/config/rootfiles/common,$(MNThdd))
# Create mount points
$(call CREATE_MOUNTPOINTS,$(MNThdd))