1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00

Pass the "-b base" option when running cvsup, so it will work even

if installed somewhere other than /usr/local.

Submitted by:	Dag-Erling Smorgrav <des@yes.no>
This commit is contained in:
John Polstra 2000-01-12 05:26:45 +00:00
parent 3bf575c9d1
commit 30dc8072b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24668

View File

@ -44,14 +44,14 @@ umask 2
if [ ${host_crypto} = ${host} ]; then
echo "Updating from ${host}"
cvsup -1gL 1 -c ${colldir} -h ${host} supfile
cvsup -1gL 1 -b ${base} -c ${colldir} -h ${host} supfile
else
if [ -d prefixes/FreeBSD-crypto.cvs ]; then
echo "Updating from ${host_crypto}"
cvsup -1gL 1 -c ${colldir} -h ${host_crypto} supfile.crypto
cvsup -1gL 1 -b ${base} -c ${colldir} -h ${host_crypto} supfile.crypto
fi
echo "Updating from ${host}"
cvsup -1gL 1 -c ${colldir} -h ${host} supfile.non-crypto
cvsup -1gL 1 -b ${base} -c ${colldir} -h ${host} supfile.non-crypto
fi
if [ -f .start_server ]; then