From 155723520651278dcd9d171c0156c87f542f1906 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 16 Jun 2015 15:59:07 +0300 Subject: taglist plugin: don't use timestamps when using gzip --- plugins/taglist/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/taglist/Makefile.am b/plugins/taglist/Makefile.am index fcc18345..2b85c58a 100755 --- a/plugins/taglist/Makefile.am +++ b/plugins/taglist/Makefile.am @@ -39,7 +39,7 @@ GZIP_ENV = -9 %.tags.gz: %.tags.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $(@:.gz=) -x -u -c $(top_builddir)/po/.intltool-merge-cache - GZIP=$(GZIP_ENV) gzip -f $(@:.gz=) + GZIP=$(GZIP_ENV) gzip -n -f $(@:.gz=) plugin_DATA = $(plugin_in_files:.pluma-plugin.desktop.in=.pluma-plugin) -- cgit v1.2.1