From 0a70911a0a4f9061ab8445f873a85b13d7c693c3 Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Fri, 13 Jul 2018 16:36:06 +0200 Subject: Install header files to /usr/incude/ubertooth to make it easier to build firmware from source using the ubertooth-firmware-source package. Gbp-Pq: Name 05_move_headers_to_subdir.patch --- host/libubertooth/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/libubertooth/src/CMakeLists.txt b/host/libubertooth/src/CMakeLists.txt index cd131bf..dfe050c 100644 --- a/host/libubertooth/src/CMakeLists.txt +++ b/host/libubertooth/src/CMakeLists.txt @@ -67,5 +67,5 @@ if( ${BUILD_STATIC_LIB} ) endif( ${BUILD_STATIC_LIB} ) install(FILES ${c_headers} - DESTINATION include + DESTINATION include/ubertooth COMPONENT headers) -- cgit v1.2.3