aboutsummaryrefslogtreecommitdiff
path: root/sbrun
diff options
context:
space:
mode:
Diffstat (limited to 'sbrun')
-rwxr-xr-xsbrun11
1 files changed, 6 insertions, 5 deletions
diff --git a/sbrun b/sbrun
index 6d3b92e..6b8c122 100755
--- a/sbrun
+++ b/sbrun
@@ -459,11 +459,12 @@ if [ "$TRACK" = "yes" ]; then
# in its path: trackfs will log the real path, with the links resolved.
TRACKFS=\
"trackfs -l $LOG \
- -I$( readlink -f "$TMP" )\\* \
- -I$( readlink -f "$OUTPUT")\\* \
- -I/tmp\\* \
- -I/var/tmp\* \
- -I/root/.ccache\\* \
+ -I$( readlink -f "$TMP" )/\\* \
+ -I$( readlink -f "$OUTPUT")/\\* \
+ -I/tmp/\\* \
+ -I/proc/\\* \
+ -I/var/tmp/\\* \
+ -I/root/.ccache/\\* \
--"
fi