Skip to content

Commit

Permalink
Revert "Fixed: path is wrong with local copy"
Browse files Browse the repository at this point in the history
This reverts commit de2397f.
  • Loading branch information
primalmotion committed Apr 3, 2014
1 parent 4602549 commit 6825e3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bootstrap.sh
Expand Up @@ -206,7 +206,6 @@ done

github_project="$github_user-cappuccino-base"
github_path="$github_user/cappuccino-base"
local_project="cappuccino-base"

# The purpose of bootstrap is to install Cappuccino.
install_cappuccino="yes"
Expand Down Expand Up @@ -318,9 +317,9 @@ if [ "$install_cappuccino" ]; then
unzip $quiet_arg "$local_distrib" -d "$install_directory"
check_and_exit

mv "$install_directory/$local_project-"*/* "$install_directory/."
mv "$install_directory/$github_project-"*/* "$install_directory/."
check_and_exit
rm -rf "$install_directory/$local_project-"*
rm -rf "$install_directory/$github_project-"*
check_and_exit
else
zip_ball="https://github.com/$github_path/zipball/$github_ref"
Expand Down

0 comments on commit 6825e3f

Please sign in to comment.