Description: Install to /usr
 Upstream installs to /usr with no way to override it.
Author: Jakob Haufe <sur5r@debian.org>
Forwarded: not-needed
Last-Update: 2025-02-15

--- openterface-qt-0.1.0.orig/openterfaceQT.pro
+++ openterface-qt-0.1.0/openterfaceQT.pro
@@ -136,7 +136,7 @@ unix {
 win32 {
     target.path = $$(PROGRAMFILES)/openterfaceQT
 } else {
-    target.path = /usr/local/bin
+    target.path = /usr/bin
 }
 
 INSTALLS += target
