1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Remove bak/distfiles after it's done -- this script is now called in

the background with bak/distfiles to work with (so that the new
package build can run in parallel).
This commit is contained in:
Satoshi Asami 2000-08-29 07:52:55 +00:00
parent 7173c62988
commit 8dc4353d1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32074

View File

@ -28,5 +28,7 @@ for i in $(diff ../md5 ../md5-2 | grep '^>' | sed -e 's^.*(\./^^' -e 's/).*//');
done
mv ../md5-2 ../md5
sudo rm -rf $pb/bak/distfiles
echo "================================================"
echo "all done at $(date)"