1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Always ignore /root/.ccache. Missed with r352918

With hat:	portmgr
This commit is contained in:
Bryan Drewery 2014-05-04 03:08:38 +00:00
parent 7cc9d7ccb3
commit f6add42b9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352936

View File

@ -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|\