summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-10-22 14:12:42 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-10-22 14:12:42 +0200
commit8d90aee7c13ff28907f43397ad100429d470d87e (patch)
tree1136d5710a43f7b86cc18288d66139e3f2ba2caf
parent013875f562df39d39f8b45595e680b49dbbd3461 (diff)
Reverted https://github.com/IJHack/qtpass/pull/104 broke on CentOS and Debian
-rw-r--r--qtpass.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtpass.pro b/qtpass.pro
index fd094fc7..918504d9 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