[Xfce4-commits] [panel-plugins/xfce4-sample-plugin] 02/03: Fix make distcheck

noreply at xfce.org noreply at xfce.org
Thu Jun 1 13:35:33 CEST 2017


This is an automated email from the git hooks/post-receive script.

s   k   u   n   n   y   k       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-sample-plugin.

commit e905b0214eec7b0aa8fe82b59f837655eb393ea8
Author: Romain B <skunnyk at alteroot.org>
Date:   Thu Jun 1 13:30:06 2017 +0200

    Fix make distcheck
    
    - Force rm of generated icon cache.
---
 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index faf9795..f14bf63 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,9 @@ SUBDIRS =	\
 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list