1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-08-07 16:46:41 +02:00

Merge branch 'aramchandran-master'

This commit is contained in:
jfreegman
2017-11-13 15:37:40 -05:00

View File

@@ -35,7 +35,7 @@ install: $(BUILD_DIR)/toxic
mv temp_file $$file ;\
sed -e 's:__DATADIR__:'$(abspath $(DATADIR))':g' $$file > temp_file && \
mv temp_file $$file ;\
gzip -f -9 $$file ;\
gzip -f -n -9 $$file ;\
done
.PHONY: install