summaryrefslogtreecommitdiff
path: root/net/cvsup-mirror/files/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/cvsup-mirror/files/update.sh')
-rw-r--r--net/cvsup-mirror/files/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cvsup-mirror/files/update.sh b/net/cvsup-mirror/files/update.sh
index 4905a77e3556..ab7021e0281f 100644
--- a/net/cvsup-mirror/files/update.sh
+++ b/net/cvsup-mirror/files/update.sh
@@ -49,7 +49,7 @@ if [ ${host_crypto} = ${host} ]; then
su -m ${cuser} -c \
"cvsup ${options} -h ${host} ${base}/supfile" || ok=no
else
- if [ -d prefixes/FreeBSD-crypto.cvs ]; then
+ if [ -d ${base}/prefixes/FreeBSD-crypto.cvs ]; then
echo "Updating from ${host_crypto}"
su -m ${cuser} -c \
"cvsup ${options} -h ${host_crypto} ${base}/supfile.crypto" || ok=no