From 6b0b1941bfa80b367eaab1f324ff18bfe8d8cb73 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 16 Sep 2015 12:48:24 +0200 Subject: [PATCH] fix installation location for policy files --- support-files/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-files/CMakeLists.txt b/support-files/CMakeLists.txt index c45e5e49747..496435e1590 100644 --- a/support-files/CMakeLists.txt +++ b/support-files/CMakeLists.txt @@ -58,7 +58,7 @@ IF(UNIX) ENDFOREACH() IF(INSTALL_SUPPORTFILESDIR) INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) - INSTALL(DIRECTORY policy DESTINATION ${inst_location}/policy COMPONENT SupportFiles) + INSTALL(DIRECTORY policy DESTINATION ${inst_location} COMPONENT SupportFiles) ENDIF() CONFIGURE_FILE(mariadb.pc.in ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc @ONLY)