From a6d5acdf6a98fa873a955d886b57bd295186cbea Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 18 Dec 2013 17:19:03 +0100 Subject: [PATCH] Disable mime database update during make distcheck Updating the mime database creates files in the install directory, and these files are not cleaned up on make uninstall, so this causes a make distcheck failure. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 6bde74b..5046ccf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = icons src man po data +AM_DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb EXTRA_DIST = \ $(PACKAGE).spec \ intltool-extract.in \