[Xfce4-commits] <xfce4-screenshooter:master> Fix distcheck.

Jérôme Guelfucci noreply at xfce.org
Wed May 2 20:28:07 CEST 2012


Updating branch refs/heads/master
         to 22c51425d33e610fae60a2f79c9619dd41ace4ff (commit)
       from 18c77922ded8df534a1604f31def31c7cff16eb8 (commit)

commit 22c51425d33e610fae60a2f79c9619dd41ace4ff
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Wed May 2 20:25:00 2012 +0200

    Fix distcheck.

 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e712fe0..45100fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,9 @@ bin_PROGRAMS = src/xfce4-screenshooter
 distclean-local:
 	rm -rf *.cache *~
 
+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
 


More information about the Xfce4-commits mailing list