Concatenate, don't overwrite, local.conf on CentOS
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 9 Dec 2008 18:14:28 +0000 (18:14 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 9 Dec 2008 18:14:28 +0000 (18:14 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11476 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/Makefile.install

index bf54cfa..b43e65a 100644 (file)
@@ -356,7 +356,7 @@ install_centos_perl:
 # if it is not already there
 create_ld_local:
        if [ "$$(ldconfig -v 2> /dev/null | grep '^/usr/local/lib' | wc -l)" -eq 0 ]; then \
-               echo '/usr/local/lib' > /etc/ld.so.conf.d/local.conf; \
+               echo '/usr/local/lib' >> /etc/ld.so.conf.d/local.conf; \
                ldconfig; \
        fi;