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

Get PREFIX variable from environment #106

Closed
annejan opened this issue Oct 22, 2015 · 1 comment
Closed

Get PREFIX variable from environment #106

annejan opened this issue Oct 22, 2015 · 1 comment

Comments

@annejan
Copy link
Member

annejan commented Oct 22, 2015

Mix behaviours as noted in #104

Thx for finding this issue @stpq

@annejan
Copy link
Member Author

annejan commented Oct 22, 2015

Order is now:

  1. qmake PREFIX=
  2. PREFIX from env
  3. /usr/local/bin
unset PREFIX
qmake && sudo make install
install -m 755 -p "qtpass" "/usr/local/bin/qtpass"
export PREFIX=/home/annejan/envtest
qmake && make install
install -m 755 -p "qtpass" "/home/annejan/envtest/qtpass"
qmake PREFIX=/home/annejan/directtest && make install
install -m 755 -p "qtpass" "/home/annejan/directtest/qtpass"

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

No branches or pull requests

1 participant