From c3c2af8984cefe31833c9cde7b9289071943f507 Mon Sep 17 00:00:00 2001 From: Harald Judt Date: Tue, 8 Apr 2014 21:04:54 +0200 Subject: Fix cleaning icon-theme cache file during make distcheck. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 189f115..5839834 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,9 @@ apps_in_files = xfburn.desktop.in apps_DATA = $(apps_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ +distuninstallcheck_listfiles = \ + find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache + dist-bz2: dist zcat $(PACKAGE)-$(VERSION).tar.gz | \ bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 -- 1.9.1