diff options
author | asami <asami@FreeBSD.org> | 2000-08-29 15:52:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-29 15:52:55 +0800 |
commit | 7441da1e6a920ccd16753513d5f03b74623b53a8 (patch) | |
tree | 7d09580767524bbeb79166beda68452cf75d0ae2 /Tools | |
parent | ea0e0730843271998a2910650d7d98e8bcf89210 (diff) | |
download | freebsd-ports-gnome-7441da1e6a920ccd16753513d5f03b74623b53a8.tar.gz freebsd-ports-gnome-7441da1e6a920ccd16753513d5f03b74623b53a8.tar.zst freebsd-ports-gnome-7441da1e6a920ccd16753513d5f03b74623b53a8.zip |
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).
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/cpdistfiles | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/cpdistfiles b/Tools/portbuild/scripts/cpdistfiles index b5d7a785bf79..1a8bd880d1c3 100755 --- a/Tools/portbuild/scripts/cpdistfiles +++ b/Tools/portbuild/scripts/cpdistfiles @@ -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)" |