mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 14:03:00 +02:00
flash-images: Fix argument order for copying files
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user