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

misprint in ./builddeps.sh #37

Open
bhroee opened this issue Jul 31, 2018 · 0 comments
Open

misprint in ./builddeps.sh #37

bhroee opened this issue Jul 31, 2018 · 0 comments

Comments

@bhroee
Copy link

bhroee commented Jul 31, 2018

Hello,
Seems like there is a misprint in ./builddeps.sh, line 21.
Current line:
./autogen.sh && ./configure --prefix=${pfx} && make && sudo make prefix=${pfix} install
Should be:
./autogen.sh && ./configure --prefix=${pfix} && make && sudo make prefix=${pfix} install

Notice ${pfx} is changed to ${pfix}
There is no variable named 'pfx' and as a result the prefix is set to an empty string.

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

1 participant