diff --git a/build_ohana.sh b/build_ohana.sh
index 5baff3e9dfa930c84b3ca36973400599409adf0a..a53f707fb0819bf50273322ddd562e099aeb1b03 100755
--- a/build_ohana.sh
+++ b/build_ohana.sh
@@ -55,6 +55,7 @@ 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
   echo "**************************************************************************************"
   echo "Done setting up theming."
 fi
@@ -101,15 +102,12 @@ 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
+  cp images/* dist/images/
+  rm -rf images
   echo "**************************************************************************************"
   echo "Done setting up css/js and removing ohana."
 fi
 
 if [[ $env_option == 1 ]]; then
   echo "**************************************************************************************"
-  echo "Creating symlink for ohana ..."
-  ln -s "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana "$PL_PATH"/uw_wcms_ohana
-  echo "Done creating symlink for ohana."
-  echo "**************************************************************************************"
-  echo ""
-fi
+  echo "Creatin