Skip to content

Commit

Permalink
Merge pull request #104 from jorti/prefix
Browse files Browse the repository at this point in the history
Get PREFIX variable from environment
  • Loading branch information
annejan committed Oct 9, 2015
2 parents 899dfa3 + f4db404 commit d10c512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtpass.pro
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ OTHER_FILES += LICENSE \
isEmpty(PREFIX) {
PREFIX = /usr/local/bin
}
target.path = $$PREFIX/
target.path = $$(PREFIX)/

INSTALLS += target

Expand Down

0 comments on commit d10c512

Please sign in to comment.