From 60fc83bed78aa0ba8b6eda4b74be6e62ca9c9dcb Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Thu, 22 Oct 2015 14:12:42 +0200 Subject: [PATCH] Reverted https://github.com/IJHack/qtpass/pull/104 broke on CentOS and Debian --- qtpass.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtpass.pro b/qtpass.pro index fd094fc7b..918504d9a 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