summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2021-08-03 20:54:53 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2021-08-03 20:54:53 +0100
commit5efaad30a9eefece4d798e7d0b99f3adb3322986 (patch)
tree41ca1f3d4bb139ca4eacd953342f8ea290662e89
parent2e59fe9f9dda4cdc99913402e871bb97676e4e05 (diff)
downloadttf2f-5efaad30a9eefece4d798e7d0b99f3adb3322986.tar.gz
ttf2f-5efaad30a9eefece4d798e7d0b99f3adb3322986.tar.bz2
Fix RISC OS filetyping in zip archive
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6afce3..1d97959 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ $(realoutput): $(OUTPUT)
.PHONY: riscos-dist
riscos-dist: $(realoutput)
$(Q)$(CP) $(CPFLAGS) $(realoutput) !TTF2f/!RunImage,ff8
- $(Q)$(dir $(CC))zip -9r ttf2f.zip !TTF2f
+ $(Q)$(dir $(CC))zip -9r, ttf2f.zip !TTF2f
$(Q)$(RM) $(RMFLAGS) !TTF2f/!RunImage,ff8
endif