From 0706040b9de800c3e97f40f9fb44051d6c858177 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Thu, 9 Jun 2022 14:11:39 -0400
Subject: [PATCH] ISTWCMS-5628: updating build ohana script to leet ohana
 handle images

---
 build_ohana.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/build_ohana.sh b/build_ohana.sh
index 3d6fa03b..5baff3e9 100755
--- a/build_ohana.sh
+++ b/build_ohana.sh
@@ -55,9 +55,6 @@ if [[ $build_option == 1 || $build_option == 3 ]]; then
   cd ohana
   rm -rf src/patterns
   ln -s ../../src/patterns src/patterns
-  cd dist
-  rm -rf images
-  ln -s ../../images images
   echo "**************************************************************************************"
   echo "Done setting up theming."
 fi
@@ -104,8 +101,6 @@ if [[ $build_option == 2 || $build_option == 4 ]]; then
   fi
   cd "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/
   rm -rf ohana
-  rm -rf dist/images
-  mv images dist/
   echo "**************************************************************************************"
   echo "Done setting up css/js and removing ohana."
 fi
-- 
GitLab