summarylogtreecommitdiffstats
path: root/0001-Fix-Linux-packaging-with-correctly-set-target.path.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Fix-Linux-packaging-with-correctly-set-target.path.patch')
-rw-r--r--0001-Fix-Linux-packaging-with-correctly-set-target.path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0001-Fix-Linux-packaging-with-correctly-set-target.path.patch b/0001-Fix-Linux-packaging-with-correctly-set-target.path.patch
new file mode 100644
index 000000000000..3484c006dbc5
--- /dev/null
+++ b/0001-Fix-Linux-packaging-with-correctly-set-target.path.patch
@@ -0,0 +1,11 @@
+diff --git a/VR2Normal.pro b/VR2Normal.pro
+index 4c125eb..d420b2d 100644
+--- a/VR2Normal.pro
++++ b/VR2Normal.pro
+@@ -24,5 +24,5 @@ FORMS += \
+
+ # Default rules for deployment.
+ qnx: target.path = /tmp/$${TARGET}/bin
+-else: unix:!android: target.path = /opt/$${TARGET}/bin
++else: unix:!android: target.path = $$(PREFIX)/bin
+ !isEmpty(target.path): INSTALLS += target