mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +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:
parent
3bf575c9d1
commit
30dc8072b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24668
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user