From 86dd5015062eeb29d907354b3021e7d115c3e3eb Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Fri, 21 Feb 2020 22:22:24 +0800 Subject: [PATCH] Change install folder --- GPClient/GPClient.pro | 2 +- GPService/GPService.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GPClient/GPClient.pro b/GPClient/GPClient.pro index 9755d1e..11d59a9 100644 --- a/GPClient/GPClient.pro +++ b/GPClient/GPClient.pro @@ -40,7 +40,7 @@ FORMS += \ DBUS_INTERFACES += ../GPService/gpservice.xml # Default rules for deployment. -target.path = /usr/local/bin +target.path = /usr/bin INSTALLS += target DISTFILES += \ diff --git a/GPService/GPService.pro b/GPService/GPService.pro index 88836b8..4d22009 100644 --- a/GPService/GPService.pro +++ b/GPService/GPService.pro @@ -32,7 +32,7 @@ SOURCES += \ DBUS_ADAPTORS += gpservice.xml # Default rules for deployment. -target.path = /usr/local/bin +target.path = /usr/bin INSTALLS += target DISTFILES += \