From 8e3795c0f9365174676727cfe06f89c3c09331f5 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Thu, 9 Jun 2022 09:16:42 -0400 Subject: [PATCH] ISTWCMS-5628: udpating build ohana script for images --- build_ohana.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_ohana.sh b/build_ohana.sh index 82378d63..3b705f96 100755 --- a/build_ohana.sh +++ b/build_ohana.sh @@ -55,7 +55,8 @@ if [[ $build_option == 1 || $build_option == 3 ]]; then cd ohana rm -rf src/patterns ln -s ../../src/patterns src/patterns - ln -s ../images dist/images + cd dist + ln -s ../../images images echo "**************************************************************************************" echo "Done setting up theming." fi -- GitLab