1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Clean up the 'latest error log' symlink when the build is successful.

This commit is contained in:
Kris Kennaway 2004-10-25 04:28:07 +00:00
parent 0472be83f9
commit e12c61e3af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120102

View File

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