diff --git a/build_gesso.sh b/build_gesso.sh index 672d31a5b2e575060f4622855f52143366bd7dbc..cc717b28b8dbf5fc417b002f944ff9226e8a4da3 100755 --- a/build_gesso.sh +++ b/build_gesso.sh @@ -3,8 +3,8 @@ gesso_version="8.x-3.2" git clone "https://github.com/forumone/gesso" "gesso" cd gesso git checkout $gesso_version -rm -rf "$uw_wcms_gesso_root_path/uw_wcms_gesso/gesso/source" -ln -s "$uw_wcms_gesso_root_path/uw_wcms_gesso/source" +rm -rf "source" +ln -s "../source" echo "Removing Gesso files" rm gesso.layouts.yml