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)