From: Michael Tremer Date: Wed, 10 Jul 2024 18:14:56 +0000 (+0000) Subject: flash-images: Fix argument order for copying files X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=841ebed5bb4ee3c5b26d85d5633da9e1573cee77;p=people%2Fms%2Fipfire-2.x.git flash-images: Fix argument order for copying files Signed-off-by: Michael Tremer --- diff --git a/lfs/flash-images b/lfs/flash-images index c54489bce..5623f2e3c 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -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))