From d7d430714f8751ce8888fda63a0d1516fec69ce9 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 10 May 2014 13:13:30 -0500 Subject: [PATCH] Moved openalpr.conf to its own directory --- {runtime_data => config}/openalpr.conf | 0 src/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {runtime_data => config}/openalpr.conf (100%) 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)