summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5056d822..6fc06bae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,4 +40,5 @@ DISTCLEANFILES = \
intltool-update \
gnome-doc-utils.make
-distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper
+distuninstallcheck_listfiles = \
+find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print