From c169ede0cfece5a93ab39a41bfc906940a437a82 Mon Sep 17 00:00:00 2001 From: "Tux3 / Mlkj / !Lev.uXFMLA" Date: Fri, 4 Jul 2014 18:00:34 +0200 Subject: [PATCH] Change install path: /usr/bin -> /usr/local/bin --- toxgui.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toxgui.pro b/toxgui.pro index 678436402..1fdca4926 100644 --- a/toxgui.pro +++ b/toxgui.pro @@ -17,7 +17,7 @@ TRANSLATIONS = translations/fr.ts \ RESOURCES += res.qrc -target.path = /usr/bin +target.path = /usr/local/bin INSTALLS += target INCLUDEPATH += libs/include