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

What does this error mean? #13

Closed
kennyklee opened this issue Oct 30, 2015 · 2 comments
Closed

What does this error mean? #13

kennyklee opened this issue Oct 30, 2015 · 2 comments

Comments

@kennyklee
Copy link

Do you know why this error occurring? I'm using a Mac.

Installing to usr/local
mkdir -p usr/local/share/doc/gister
chmod 755 gister.sh
cp gister.sh usr/local/bin/gister
cp: usr/local/bin/gister: No such file or directory
rake aborted!
Command failed with status (1): [cp gister.sh usr/local/bin/gister...]
/Users/kenny/code/notes/gister/Rakefile.rb:6:in 'block in <top (required)>'
Tasks: TOP => install
(See full trace by running task with --trace)
@weakish
Copy link
Owner

weakish commented Nov 5, 2015

Installing to usr/local

It seems you are installing to usr/local instead of /usr/local.
Which command do you run? Is it sudo rake install[/usr/local] or rake install[/usr/local] as root?

@thejmazz
Copy link

@kennyklee Try

sudo rake install[/usr/local]

That worked for me, on OS X 10.11.1.

@weakish weakish closed this as completed Apr 2, 2016
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

No branches or pull requests

3 participants