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

skunnyk pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-sample-plugin.

commit e905b0214eec7b0aa8fe82b59f837655eb393ea8
Author: Romain B <skun...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to