diff options
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 9399c839a2c..881c705849b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -441,8 +441,8 @@ CONFIGURE_FILE( IF(DEB) CONFIGURE_FILE( - ${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.1.files.in - ${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.1.files) + ${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.2.files.in + ${CMAKE_SOURCE_DIR}/debian/mariadb-server-10.2.files) ENDIF(DEB) # Handle the "INFO_*" files. |