~ubuntu-branches/ubuntu/maverick/gnome-terminal/maverick-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

Tags: upstream-2.12.0
ImportĀ upstreamĀ versionĀ 2.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
# hack from sound-juicer to get around scrollkeeper's leaving a big
29
29
# mess behind.
30
30
distuninstallcheck_listfiles =  \
31
 
        find -path ./var/scrollkeeper/\* -prune -or -type f -print
 
31
        find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print