Description: Install the binary to $$PREFIX/bin
Author: Andrey Rahmatullin <wrar@wrar.name>
Bug-Debian: http://bugs.debian.org/724814
Forwarded: yes
Last-Update: 2013-10-09

diff --git a/src/src.pro b/src/src.pro
index 0c7746f..0d7ded4 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -38,7 +38,7 @@ win32 {
 
 unix {
     TARGET = qgit
-    target.path = $$[QT_INSTALL_BINS]
+    target.path = $$PREFIX/bin
     CONFIG += x11
 }
 
