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

install.sh: Fix wrong destination path for ipfs binary #6424

Merged
merged 1 commit into from
Jun 11, 2019

Conversation

xuhcc
Copy link
Contributor

@xuhcc xuhcc commented Jun 8, 2019

Installation script fails if current directory is not the directory where script is located:

$ ./go-ipfs/install.sh 
mv: cannot move './go-ipfs/ipfs' to '/usr/local/bin/./go-ipfs/ipfs': No such file or directory

$ /tmp/go-ipfs/install.sh 
mv: cannot move '/tmp/go-ipfs/ipfs' to '/usr/local/bin//tmp/go-ipfs/ipfs': No such file or directory

License: MIT
Signed-off-by: Kirill Goncharov <kdgoncharov@gmail.com>
Copy link
Member

@Stebalien Stebalien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Stebalien Stebalien merged commit 448b801 into ipfs:master Jun 11, 2019
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 this pull request may close these issues.

2 participants