From e04e66137cbf2ee794f8f0c08d59a63eb32bc724 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 28 Mar 2012 14:05:49 -0400 Subject: [PATCH] Ignore Project-Id-Version when comparing pot files. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e6bd42094..a32afa55e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -179,7 +179,7 @@ update-pot: *) echo unknown domain $$domain; continue;; \ esac; \ $(XGETTEXT) $(XGETTEXT_OPTS) -d$$domain $$cfiles -o $$pot.tmp; \ - if diff -I'^.POT-Creation-Date' -I'^#' $$pot.tmp $$pot >/dev/null; then \ + if diff -I'^.POT-Creation-Date' -I'^.Project-Id-Version' -I'^#' $$pot.tmp $$pot >/dev/null; then \ rm -f $$pot.tmp; \ else \ mv -f $$pot.tmp $$pot; \ -- 2.40.0