]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
flash-images: Fix argument order for copying files
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Jul 2024 18:14:56 +0000 (18:14 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:21 +0000 (15:21 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/flash-images

index c54489bcee371feed58465f981bbbb5ddc467f5a..5623f2e3c5c689b7dd0cda2ac51a0499f25d4ff8 100644 (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))