summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-10-22 14:12:42 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-10-22 14:12:42 +0200
commit60fc83bed78aa0ba8b6eda4b74be6e62ca9c9dcb (patch)
tree1136d5710a43f7b86cc18288d66139e3f2ba2caf
parentb59c93d7893f53298bcc0e1ea6c401ff72436096 (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