From 19cffe69c240e58dc865c7df2f781078c04dbc23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Mon, 10 Oct 2016 11:28:26 +0300 Subject: MDEV-6284: Revert commit af03ba84 partially for systemd This version of Debian packaging does not yet install systemd scripts, so revert that part to the CMakeLists.txt based hack. --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b19b796621f..54b3cbee939 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -435,6 +435,12 @@ CONFIGURE_FILE( ${CMAKE_SOURCE_DIR}/cmake/info_macros.cmake.in ${CMAKE_BINARY_DIR}/info_macros.cmake @ONLY) +IF(DEB) + CONFIGURE_FILE( + ${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. INCLUDE(${CMAKE_BINARY_DIR}/info_macros.cmake) # Source: This can be done during the cmake phase, all information is -- cgit v1.2.1