This file is nearly a verbatim copy of setup.sh so this one is

redundant.
This commit is contained in:
Steve Price 2002-03-27 04:44:39 +00:00
parent 3c634c1303
commit 76708c716f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56727

View File

@ -1,11 +0,0 @@
#!/bin/sh
# $FreeBSD$
dir="/var/portbuild/4"
tar xzvf $dir/tarballs/ports.tar.gz
cd ports
rm -f distfiles packages
mkdir distfiles packages
(echo "copying packages ..." && cd packages && cp -R $dir/packages/ .)
#(echo "copying distfiles ..." && cd distfiles && cp -R $dir/distfiles/ .)