From 19fa4a14ed2396b79684d0eb717bdf546c7ba354 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 9 Dec 2008 18:14:28 +0000 Subject: [PATCH] Concatenate, don't overwrite, local.conf on CentOS git-svn-id: svn://svn.open-ils.org/ILS/trunk@11476 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/Makefile.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index bf54cfac3a..b43e65ae48 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -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; -- 2.11.0