diff --git a/mksnap.sh b/mksnap.sh
index 34261ae2b1ee2fa3c729195569319fd452a01f0f..07bd66b63c6dd7fdbf2f8ec105d715f73330d533 100755
--- a/mksnap.sh
+++ b/mksnap.sh
@@ -3,7 +3,7 @@
 # Generate a snapshot from svn. This script tries to check-out a new
 # copy from svn, and then run "autoreconf" and "make distcheck".
 
-PATH=/opt/local/bin:$PATH
+PATH=/opt/subversion/bin:/opt/local/bin:$PATH
 export PATH
 
 MYTMPDIR="${TMPDIR:-/Volumes/DataHD/Shared/software/ALBERTA/snapshots}/alberta.$$"