mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Clean up the 'latest error log' symlink when the build is successful.
This commit is contained in:
parent
0472be83f9
commit
e12c61e3af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120102
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@ if grep -q "^${portloc}|" failure; then
|
|||
grep -v "^${portloc}|" failure > failure.new
|
||||
mv failure.new failure
|
||||
fi
|
||||
|
||||
if [ -L ${pb}/${arch}/${branch}/latest/${portloc} ]; then
|
||||
rm -f ${pb}/${arch}/${branch}/latest/${portloc}
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue