diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-27 07:34:35 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-27 07:34:35 +0800 |
commit | cf84480637a57ff45357b59bef60bcd267dcd518 (patch) | |
tree | 10203fbe9a6eb0c18f0655d876ad72976e4adc03 /Tools/portbuild | |
parent | bb11b9f52999256629205fbb7503e991efbc76ae (diff) | |
download | freebsd-ports-gnome-cf84480637a57ff45357b59bef60bcd267dcd518.tar.gz freebsd-ports-gnome-cf84480637a57ff45357b59bef60bcd267dcd518.tar.zst freebsd-ports-gnome-cf84480637a57ff45357b59bef60bcd267dcd518.zip |
Don't remove the distfiles from the backup directory -- the next
run of dopackages will take care of it.
Diffstat (limited to 'Tools/portbuild')
-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)" |