Commit ea355daf by Maarten L. Hekkelman

zcat -> gunzip -c

parent 18777cad
......@@ -144,7 +144,7 @@ rsrc:
@ mkdir -p $@
rsrc/%.dic: $(LIBCIFPP_DATA_DIR)/%.dic.gz | rsrc
zcat $^ > $@
gunzip -c $^ > $@
rsrc/%.dic: $(LIBCIFPP_DATA_DIR)/%.dic | rsrc
ln -fs $(realpath $^) $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment