From 239afd065be43ee87ff221c9c337757274960d2c Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Thu, 19 Mar 2015 15:05:27 +0200 Subject: [PATCH] Changed install to cp in postinst script. --- etc/postinst.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/postinst.in b/etc/postinst.in index 58bdaf54e..4bd193958 100755 --- a/etc/postinst.in +++ b/etc/postinst.in @@ -1,5 +1,5 @@ #!/bin/sh -install @CMAKE_INSTALL_PREFIX@/maxscale /etc/init.d/ -install @CMAKE_INSTALL_PREFIX@/maxscale.conf /etc/ld.so.conf.d/ +cp @CMAKE_INSTALL_PREFIX@/maxscale /etc/init.d/ +cp @CMAKE_INSTALL_PREFIX@/maxscale.conf /etc/ld.so.conf.d/ /sbin/ldconfig