mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +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
|
endif
|
||||||
|
|
||||||
# Copy all files
|
# Copy all files
|
||||||
$(call COPY_FILES,$(DIR_SRC)/config/rootfiles/common,,$(MNThdd))
|
$(call COPY_FILES,$(DIR_SRC)/config/rootfiles/common,$(MNThdd))
|
||||||
|
|
||||||
# Create mount points
|
# Create mount points
|
||||||
$(call CREATE_MOUNTPOINTS,$(MNThdd))
|
$(call CREATE_MOUNTPOINTS,$(MNThdd))
|
||||||
|
|||||||
Reference in New Issue
Block a user