[Xfce4-commits] [xfce/xfce4-settings] 01/01: Fix make distcheck
noreply at xfce.org
noreply at xfce.org
Sat May 18 00:22:01 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i 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 xfce/xfce4-settings.
commit f3ad7b6e8b3897a25a0b3c141ac7a1ea18e11394
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat May 18 00:21:26 2019 +0200
Fix make distcheck
Remove the icon-cache when uninstalling (approach taken over from
xfce4-panel)
---
Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 13b97c3..db577d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,9 @@ SUBDIRS = \
if HAVE_COLORD
SUBDIRS += \
icons
+
+distuninstallcheck_listfiles = \
+ find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
endif
EXTRA_DIST = \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list