From cc3cdc7952845a04a58d4104a8ca6d8e358c578d Mon Sep 17 00:00:00 2001 From: ebremner <ebremner@uwaterloo.ca> Date: Wed, 19 Feb 2020 15:16:58 +0000 Subject: [PATCH] ISTWCMS-3598: updating script to use correct sym link --- build_gesso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_gesso.sh b/build_gesso.sh index 672d31a5..cc717b28 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 -- GitLab