diff --git a/build_ohana.sh b/build_ohana.sh index 736bf2a0dc5dc81ab5e0540ab9999fbd0575613b..a374a0dd54ee599875eab165ad8641a93ec0c896 100755 --- a/build_ohana.sh +++ b/build_ohana.sh @@ -104,7 +104,8 @@ 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 dist/images + cp images dist/ rm -rf images echo "**************************************************************************************" echo "Done setting up css/js and removing ohana."