The building of packages with CMake now requires the -DPACKAGE=Y flag to be set when configuring CMake.
6 lines
143 B
Bash
Executable File
6 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
|
|
install @CMAKE_INSTALL_PREFIX@/maxscale /etc/init.d/
|
|
install @CMAKE_INSTALL_PREFIX@/maxscale.conf /etc/ld.so.conf.d/
|
|
/sbin/ldconfig
|