[Lunar-commits] CVS: moonbase/web/mozilla POST_INSTALL,1.11,1.12

Jan Eidtmann cmak at lunar-linux.org
Wed Mar 2 04:27:03 UTC 2005


Update of /var/cvs/lunar/moonbase/web/mozilla
In directory espresso.foo-projects.org:/tmp/cvs-serv31697

Modified Files:
	POST_INSTALL 
Log Message:
making sure /usr/lib/mozilla is in ld.so.conf (needed for for example evolution ssl support)

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/mozilla/POST_INSTALL,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- POST_INSTALL	14 Feb 2005 17:06:30 -0000	1.11
+++ POST_INSTALL	2 Mar 2005 04:27:01 -0000	1.12
@@ -14,6 +14,12 @@
 mkdir -p /opt/lunar/plugins
 ln -sf /opt/lunar/plugins /usr/lib/mozilla/plugins
 
+MOZLIBDIR=/usr/lib/mozilla
+if ! grep -q "$MOZLIBDIR" /etc/ld.so.conf ; then
+    echo "$MOZLIBDIR" >> /etc/ld.so.conf
+    ldconfig
+fi
+
 for mod in epiphany galeon galeon2 ; do
   if module_installed $mod ; then
     lin -c $mod



More information about the Lunar-commits mailing list