diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2016-07-09 18:48:56 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2016-10-27 18:42:15 +0300 |
commit | be78eec30a881c91d3ccedc4812b3ff0755342b9 (patch) | |
tree | bb4ad653a761675334bbb4b00a1852b2fef73e88 /CMakeLists.txt | |
parent | 39d2c7b18d6e5f2fb7cb6ec368e3ee2b5a405b10 (diff) | |
download | mariadb-git-be78eec30a881c91d3ccedc4812b3ff0755342b9.tar.gz |
MDEV-6284: Rename .files -> .install
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d0e5cf87475..54b3cbee939 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -437,8 +437,8 @@ CONFIGURE_FILE( IF(DEB) CONFIGURE_FILE( - ${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.2.files.in - ${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.2.files) + ${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.2.install.in + ${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.2.install) ENDIF(DEB) # Handle the "INFO_*" files. |