From 9dcb759f19d6a803b7e37c59474e6c6ceea3f9cc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 10 Jul 2024 18:14:56 +0000 Subject: [PATCH] flash-images: Fix argument order for copying files Signed-off-by: Michael Tremer --- lfs/flash-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5