1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 00:46:35 +02:00

Update install.mk

This commit is contained in:
Abhishek Ramchandran
2017-11-13 13:30:22 -05:00
committed by GitHub
parent 9375d220f9
commit 3605a296a9

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