There was an error while loading. Please reload this page.
1 parent 3407438 commit 6b0b194Copy full SHA for 6b0b194
support-files/CMakeLists.txt
@@ -58,7 +58,7 @@ IF(UNIX)
58
ENDFOREACH()
59
IF(INSTALL_SUPPORTFILESDIR)
60
INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles)
61
- INSTALL(DIRECTORY policy DESTINATION ${inst_location}/policy COMPONENT SupportFiles)
+ INSTALL(DIRECTORY policy DESTINATION ${inst_location} COMPONENT SupportFiles)
62
ENDIF()
63
64
CONFIGURE_FILE(mariadb.pc.in ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc @ONLY)
0 commit comments