summarylogtreecommitdiffstats
path: root/001-sbin-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to '001-sbin-fix.patch')
-rw-r--r--001-sbin-fix.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/001-sbin-fix.patch b/001-sbin-fix.patch
new file mode 100644
index 000000000000..8a5703673ed8
--- /dev/null
+++ b/001-sbin-fix.patch
@@ -0,0 +1,8 @@
+diff -U1 -ra uqmi.orig/CMakeLists.txt uqmi/CMakeLists.txt
+--- uqmi.orig/CMakeLists.txt 2018-02-09 23:03:34.772414540 +0100
++++ uqmi/CMakeLists.txt 2018-02-09 23:04:28.329744981 +0100
+@@ -69,3 +69,3 @@
+ INSTALL(TARGETS uqmi
+- RUNTIME DESTINATION sbin
++ RUNTIME DESTINATION bin
+ )