From 3605a296a9a0d2f5b403a849c003ef6ee062e112 Mon Sep 17 00:00:00 2001 From: Abhishek Ramchandran Date: Mon, 13 Nov 2017 13:30:22 -0500 Subject: [PATCH] Update install.mk --- cfg/targets/install.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/targets/install.mk b/cfg/targets/install.mk index 12050ff..1c62ebe 100644 --- a/cfg/targets/install.mk +++ b/cfg/targets/install.mk @@ -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