fixed wrong path
This commit is contained in:

committed by
Markus Mäkelä

parent
5c5b2594b5
commit
251e9a6c0f
@ -279,7 +279,7 @@ if(WITH_SCRIPTS)
|
|||||||
if(DEB_BASED)
|
if(DEB_BASED)
|
||||||
configure_file(${CMAKE_SOURCE_DIR}/etc/ubuntu/init.d/maxscale.in ${CMAKE_BINARY_DIR}/maxscale @ONLY)
|
configure_file(${CMAKE_SOURCE_DIR}/etc/ubuntu/init.d/maxscale.in ${CMAKE_BINARY_DIR}/maxscale @ONLY)
|
||||||
elseif(SLES_BASED)
|
elseif(SLES_BASED)
|
||||||
configure_file(${CMAKE_SOURCE_DIR}/etc/sles/init.d/maxscale.in ${CMAKE_BINARY_DIR}/maxscale @ONLY)
|
configure_file(${CMAKE_SOURCE_DIR}/etc/sles11/init.d/maxscale.in ${CMAKE_BINARY_DIR}/maxscale @ONLY)
|
||||||
else()
|
else()
|
||||||
configure_file(${CMAKE_SOURCE_DIR}/etc/init.d/maxscale.in ${CMAKE_BINARY_DIR}/maxscale @ONLY)
|
configure_file(${CMAKE_SOURCE_DIR}/etc/init.d/maxscale.in ${CMAKE_BINARY_DIR}/maxscale @ONLY)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user