From: Michael Tremer Date: Wed, 10 Jul 2024 18:14:56 +0000 (+0000) Subject: flash-images: Fix argument order for copying files X-Git-Tag: v2.29-core188~10^2~249 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9dcb759f19d6a803b7e37c59474e6c6ceea3f9cc;p=ipfire-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 c54489bcee..5623f2e3c5 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))