diff --git a/build_gesso.sh b/build_gesso.sh
index 33df00dbf5ce9665fe7abb52554e8adf0ba5b969..e648e450a898890070bf43eb2b22cf59b49f3669 100755
--- a/build_gesso.sh
+++ b/build_gesso.sh
@@ -94,6 +94,10 @@ if [[ $build_option == 1 || $build_option == 3 ]]; then
   cd $HTML_PATH
   if [[ $build_option == 1 ]]; then
     ln -s "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_gesso uw_wcms_gesso
+  elif [[ $build_option == 2 ]]; then
+    cd /var/www/html/web
+    ln -s ./profiles/uw_base_profile/modules/custom/uw_wcms_gesso uw_wcms_gesso
+    cd -
   else
     ln -s ../web/profiles/uw_base_profile/modules/custom/uw_wcms_gesso uw_wcms_gesso
   fi