mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:23:01 +01:00
Update install.mk
This commit is contained in:
parent
9375d220f9
commit
3605a296a9
@ -35,7 +35,7 @@ install: $(BUILD_DIR)/toxic
|
|||||||
mv temp_file $$file ;\
|
mv temp_file $$file ;\
|
||||||
sed -e 's:__DATADIR__:'$(abspath $(DATADIR))':g' $$file > temp_file && \
|
sed -e 's:__DATADIR__:'$(abspath $(DATADIR))':g' $$file > temp_file && \
|
||||||
mv temp_file $$file ;\
|
mv temp_file $$file ;\
|
||||||
gzip -f -9 $$file ;\
|
gzip -f -n -9 $$file ;\
|
||||||
done
|
done
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
|
Loading…
Reference in New Issue
Block a user