diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-05-04 03:08:38 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-05-04 03:08:38 +0000 |
commit | f6add42b9a12275d41e61188fc6ee1db11294aa7 (patch) | |
tree | 77a38919c0b0cb093dbf217957c8ed3008fbb55f | |
parent | Update maintainer's address. (diff) |
- Always ignore /root/.ccache. Missed with r352918
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=352936
-rw-r--r-- | Mk/Scripts/check_leftovers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/check_leftovers.sh b/Mk/Scripts/check_leftovers.sh index 48e704464c02..7dc4982f91a1 100644 --- a/Mk/Scripts/check_leftovers.sh +++ b/Mk/Scripts/check_leftovers.sh @@ -47,7 +47,7 @@ tmpplist=$(make -C ${portdir} -VTMPPLIST) while read modtype path extra; do # Ignore everything from these files/directories case "${path}" in - ${HOME:-/root}/.ccache/*|\ + ${HOME:-/root}/.ccache/*|/root/.ccache/*|\ /compat/linux/proc/*|\ /dev/*|\ /etc/make.conf.bak|\ |