Ensure files extracted from old ISO images have a timestamp that matches the build

pull/120/head
Hamish Coleman 5 years ago
parent f89f7578af
commit c70ee15944

@ -429,6 +429,7 @@ rule_FL2multi2_insert_DEPS = $(rule_FL2_insert_DEPS)
define rule_oldISO_extract
xorriso -osirrox on -indev $< -extract $(shell xorriso -osirrox on -indev $< -ls '*$(1)*') $@
chmod a-x,u+w $@
touch $@
endef
# Generate and include the rules that use the above macros

Loading…
Cancel
Save