[open-ils-commits] r11476 - trunk/Open-ILS/src/extras
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Dec 9 13:14:31 EST 2008
Author: dbs
Date: 2008-12-09 13:14:28 -0500 (Tue, 09 Dec 2008)
New Revision: 11476
Modified:
trunk/Open-ILS/src/extras/Makefile.install
Log:
Concatenate, don't overwrite, local.conf on CentOS
Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install 2008-12-09 17:15:29 UTC (rev 11475)
+++ trunk/Open-ILS/src/extras/Makefile.install 2008-12-09 18:14:28 UTC (rev 11476)
@@ -356,7 +356,7 @@
# 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;
More information about the open-ils-commits
mailing list