Remove `-m` from `mcopy` calls used for extracting

pull/23/head
Robin Schneider 7 years ago
parent d3186b5a4a
commit 32a071e67f
No known key found for this signature in database
GPG Key ID: A81E8006DC95EFE6

@ -286,9 +286,9 @@ MOUNT_OPTIONS ?= loop,ro
# Extract the "embedded" fat file system from a given iso.
%.iso.extract: %.iso
mcopy -ms -i $^@@$(FAT_OFFSET) :: $@
mcopy -s -i $^@@$(FAT_OFFSET) :: $@
%.iso.orig.extract: %.iso.orig
mcopy -ms -i $^@@$(FAT_OFFSET) :: $@
mcopy -s -i $^@@$(FAT_OFFSET) :: $@
## Use the system provided geteltorito script, if there is one
#GETELTORITO := $(shell if type geteltorito >/dev/null; then echo geteltorito; else echo ./geteltorito; fi)

Loading…
Cancel
Save