diff --git a/build_ohana.sh b/build_ohana.sh
index 82378d630053d2f8507b66c7af80923c491afb88..3b705f962dd86f4c2e3c6f14ab4086845f24275a 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