diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-03 00:21:39 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-08-03 00:21:39 -0400 |
commit | d0452ca21a267561bc051015d524db9948c215b6 (patch) | |
tree | ad992318f380e2a090d40e11cc97e5344a9d7c1b /sbrun | |
parent | 6180f30d3224ed1bbc10fab0a807fc08f53cbd9d (diff) | |
download | sbostuff-d0452ca21a267561bc051015d524db9948c215b6.tar.gz |
-current updates
Diffstat (limited to 'sbrun')
-rwxr-xr-x | sbrun | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |