Moved CMake modules to a separate directory and disabled local installs of system files when building packages.
The building of packages with CMake now requires the -DPACKAGE=Y flag to be set when configuring CMake.
This commit is contained in:
5
etc/postinst.in
Executable file
5
etc/postinst.in
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
install @CMAKE_INSTALL_PREFIX@/maxscale /etc/init.d/
|
||||
install @CMAKE_INSTALL_PREFIX@/maxscale.conf /etc/ld.so.conf.d/
|
||||
/sbin/ldconfig
|
Reference in New Issue
Block a user