diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-10-07 16:21:53 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-10-07 16:21:53 +0200 |
commit | e73e1e7c7ac04295571a2f54872cacb2d580f4ae (patch) | |
tree | b6bff25c20db5f825f00e9ca98c5b163517d51fd /support-files | |
parent | fc58ba6c76ef752e859146fefc9e6fbc564ab900 (diff) | |
download | mariadb-git-e73e1e7c7ac04295571a2f54872cacb2d580f4ae.tar.gz |
packaging issues:
* skip debian 44_scripts__mysql_config__libs.dpatch it does not apply anymore
(and anyway it would not work for a static library)
* fix the path for install(mariadb.pc)
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 0f1855c66ca..c974b7cb7dd 100644 --- a/support-files/CMakeLists.txt +++ b/support-files/CMakeLists.txt @@ -71,7 +71,7 @@ IF(UNIX) ENDIF() CONFIGURE_FILE(mariadb.pc.in ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc @ONLY) - INSTALL(FILES mariadb.pc DESTINATION ${INSTALL_SHAREDIR}/pkgconfig COMPONENT Development) + INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc DESTINATION ${INSTALL_SHAREDIR}/pkgconfig COMPONENT Development) INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY) |