Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer should ensure $PREFIX exists #116

Closed
rubyist opened this issue Sep 11, 2014 · 0 comments · Fixed by #119
Closed

Installer should ensure $PREFIX exists #116

rubyist opened this issue Sep 11, 2014 · 0 comments · Fixed by #119

Comments

@rubyist
Copy link
Contributor

rubyist commented Sep 11, 2014

Just tried to run the install.sh on a fresh(-ish) osx install, which did not have a /usr/local/bin and it failed with:

$ sudo ./install.sh 
Password:
cp: /usr/local/bin/git-media: No such file or directory
git: 'media' is not a git command. See 'git --help'.

We should perhaps mkdir -p (or windows equivalent) in the scripts, or at least do a check and give a better error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant