Changed install to cp in postinst script.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
install @CMAKE_INSTALL_PREFIX@/maxscale /etc/init.d/
|
cp @CMAKE_INSTALL_PREFIX@/maxscale /etc/init.d/
|
||||||
install @CMAKE_INSTALL_PREFIX@/maxscale.conf /etc/ld.so.conf.d/
|
cp @CMAKE_INSTALL_PREFIX@/maxscale.conf /etc/ld.so.conf.d/
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
Reference in New Issue
Block a user