diff --git a/runtime_data/openalpr.conf b/config/openalpr.conf similarity index 100% rename from runtime_data/openalpr.conf rename to config/openalpr.conf diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 99a1031..88cfb89 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -80,7 +80,7 @@ add_subdirectory(misc_utilities) install (TARGETS alpr DESTINATION bin) install (FILES ${CMAKE_SOURCE_DIR}/../doc/man/openalpr.1 DESTINATION share/man/man1 COMPONENT doc) install (DIRECTORY ${CMAKE_SOURCE_DIR}/../runtime_data DESTINATION share/openalpr/) -install (FILES ${CMAKE_SOURCE_DIR}/../runtime_data/openalpr.conf DESTINATION /etc/openalpr/ COMPONENT config) +install (FILES ${CMAKE_SOURCE_DIR}/../config/openalpr.conf DESTINATION /etc/openalpr/ COMPONENT config)