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

Harald Judt noreply at xfce.org
Wed Jul 18 09:14:01 CEST 2012


Updating branch refs/heads/master
         to 9f6a2a3503e7542584b5d351d5b71f7a7f74228a (commit)
       from 9d24c87ebfbbc184701ed5f8bfb12878aa48b5e7 (commit)

commit 9f6a2a3503e7542584b5d351d5b71f7a7f74228a
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed Jul 18 09:08:15 2012 +0200

    Fix distcheck.
    
    Remove stale icon cache file.

 Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 294135d..01a484e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,10 +2,13 @@ SUBDIRS =								\
 	panel-plugin							\
 	po								\
 	icons
-	
+
 distclean-local:
 	rm -rf *.cache *~
 
+distuninstallcheck_listfiles = \
+	find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
+
 rpm: dist
 	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
 	@rm -f $(PACKAGE)-$(VERSION).tar.gz


More information about the Xfce4-commits mailing list