summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Orti Alcaine <brouwer@annejan.com>2015-10-06 18:28:18 +0200
committerJuan Orti Alcaine <j.orti.alcaine@gmail.com>2015-10-06 18:28:18 +0200
commitf4db404ca962999454d30a657f46d958abdc1841 (patch)
tree573633f68fad31c69f59edcecf1f97e4a4f88c74
parent0cbe18988f571e62ab8d6d829caeb9bb1f326c90 (diff)
Get PREFIX variable from environment
-rw-r--r--qtpass.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtpass.pro b/qtpass.pro
index 50d43503..5dda5a94 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -94,7 +94,7 @@ OTHER_FILES += LICENSE \
isEmpty(PREFIX) {
PREFIX = /usr/local/bin
}
-target.path = $$PREFIX/
+target.path = $$(PREFIX)/
INSTALLS += target