summarylogtreecommitdiffstats
path: root/001-sbin-fix.patch
blob: ef4bf828fec15008cc5fdf4ccb07551f42421a60 (plain)
1
2
3
4
5
6
7
8
9
10
diff -ura a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt	2017-05-21 17:04:54.989927392 -0700
+++ b/CMakeLists.txt	2017-05-21 17:07:42.506842792 -0700
@@ -18,5 +18,5 @@
 TARGET_LINK_LIBRARIES(umbim ${LIBS})
 
 INSTALL(TARGETS umbim
-	RUNTIME DESTINATION sbin
+	RUNTIME DESTINATION bin
 )