aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/2001_adapt-install-target-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/2001_adapt-install-target-path.patch')
-rw-r--r--debian/patches/2001_adapt-install-target-path.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/2001_adapt-install-target-path.patch b/debian/patches/2001_adapt-install-target-path.patch
new file mode 100644
index 0000000..684e904
--- /dev/null
+++ b/debian/patches/2001_adapt-install-target-path.patch
@@ -0,0 +1,14 @@
+Description: Make sure the app gets installed to /usr/bin/.
+Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+
+--- a/remote-support-desktop.pro
++++ b/remote-support-desktop.pro
+@@ -55,7 +55,5 @@
+ # Additional import path used to resolve QML modules just for Qt Quick Designer
+ QML_DESIGNER_IMPORT_PATH =
+
+-# Default rules for deployment.
+-qnx: target.path = /tmp/$${TARGET}/bin
+-else: unix:!android: target.path = /opt/$${TARGET}/bin
++target.path = /usr/bin
+ !isEmpty(target.path): INSTALLS += target