From ce5269a297292d72972dc6be7e3b5b84549390d8 Mon Sep 17 00:00:00 2001 From: Riccardo Binetti Date: Wed, 10 Aug 2016 18:40:44 +0200 Subject: [PATCH] ems-qart.pro: change install path to /usr/local/bin --- ems-qart.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ems-qart.pro b/ems-qart.pro index 0b74728..acfcbc5 100644 --- a/ems-qart.pro +++ b/ems-qart.pro @@ -14,5 +14,5 @@ RESOURCES = resources.qrc unix:udevrules.path = /etc/udev/rules.d/ unix:udevrules.files = 50_ems_gb_flash.rules -unix:target.path = /usr/bin/ +unix:target.path = /usr/local/bin/ INSTALLS += target udevrules