From 35c24aebf883a73c94eda86322428d16fe29c8dd Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Mon, 3 Aug 2015 08:40:40 +0300 Subject: [PATCH] Fix to MXS-297: https://mariadb.atlassian.net/browse/MXS-297 Changed the ldconfig file destionation to /etc/ld.so.conf.d --- etc/postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/postinst.in b/etc/postinst.in index bbfb55e73..dd2b0c11e 100755 --- a/etc/postinst.in +++ b/etc/postinst.in @@ -38,7 +38,7 @@ fi if [ -f "@CMAKE_INSTALL_PREFIX@/@MAXSCALE_SHAREDIR@/maxscale.conf" ] then - cp @CMAKE_INSTALL_PREFIX@/@MAXSCALE_SHAREDIR@/maxscale.conf /etc/init.d/ + cp @CMAKE_INSTALL_PREFIX@/@MAXSCALE_SHAREDIR@/maxscale.conf /etc/ld.so.conf.d/ fi if [ -d "/usr/lib/systemd/system" -a -f @CMAKE_INSTALL_PREFIX@/@MAXSCALE_SHAREDIR@/maxscale.service ]