diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-09-16 12:48:24 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-10-05 17:27:13 +0200 |
commit | 6b0b1941bfa80b367eaab1f324ff18bfe8d8cb73 (patch) | |
tree | aed964d60c0e85e473a762a403897fa428d3e725 /support-files | |
parent | 3407438ea62aae31f0e77a77a94ebcb1a6434f9b (diff) | |
download | mariadb-git-6b0b1941bfa80b367eaab1f324ff18bfe8d8cb73.tar.gz |
fix installation location for policy files
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |