diff options
author | asami <asami@FreeBSD.org> | 2000-09-27 07:34:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-27 07:34:35 +0800 |
commit | 37b4b4dc6e8bab409aec6c92346f2d8e0bce9562 (patch) | |
tree | b4159fbe0e7f26d1e9b88a0d923332526c0a2573 /Tools | |
parent | fb4200ff29bd24ece1af7f93dd9fb5e3fe9012cf (diff) | |
download | freebsd-ports-gnome-37b4b4dc6e8bab409aec6c92346f2d8e0bce9562.tar.gz freebsd-ports-gnome-37b4b4dc6e8bab409aec6c92346f2d8e0bce9562.tar.zst freebsd-ports-gnome-37b4b4dc6e8bab409aec6c92346f2d8e0bce9562.zip |
Don't remove the distfiles from the backup directory -- the next
run of dopackages will take care of it.
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/cpdistfiles | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/portbuild/scripts/cpdistfiles b/Tools/portbuild/scripts/cpdistfiles index 1a8bd880d1c3..b5d7a785bf79 100755 --- a/Tools/portbuild/scripts/cpdistfiles +++ b/Tools/portbuild/scripts/cpdistfiles @@ -28,7 +28,5 @@ 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)" |