Author: randy
Date: 2006-02-12 13:28:59 -0700 (Sun, 12 Feb 2006)
New Revision: 5672

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/nss.xml
Log:
Abbreviated the commands used to install the NSS libraries as suggested by 
Tushar

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-02-12 16:46:18 UTC 
(rev 5671)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-02-12 20:28:59 UTC 
(rev 5672)
@@ -45,6 +45,11 @@
       <para>February 12th, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Abbreviated the commands used to install the NSS
+          libraries in the NSS instructions, suggested by Tushar
+          Teredesai.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Updated to Galeon-2.0.0.</para>
         </listitem>
       </itemizedlist>

Modified: trunk/BOOK/postlfs/security/nss.xml
===================================================================
--- trunk/BOOK/postlfs/security/nss.xml 2006-02-12 16:46:18 UTC (rev 5671)
+++ trunk/BOOK/postlfs/security/nss.xml 2006-02-12 20:28:59 UTC (rev 5672)
@@ -156,14 +156,8 @@
 
 cd dist &amp;&amp;
 
-install -v -m755 \
-  $NSS_LINUXDIR/lib/lib{nspr4,plc4,plds4}.so \
-  $NSS_LINUXDIR/lib/lib{freebl3,nss3,nssckbi,smime3,softokn3,ssl3}.so \
-  /usr/lib &amp;&amp;
-install -v -m644 \
-  $NSS_LINUXDIR/lib/lib{freebl3,softokn3}.chk \
-  $NSS_LINUXDIR/lib/libcrmf.a \
-  /usr/lib &amp;&amp;
+install -v -m755 $NSS_LINUXDIR/lib/*.so /usr/lib &amp;&amp;
+install -v -m644 $NSS_LINUXDIR/lib/{*.chk,libcrmf.a} /usr/lib &amp;&amp;
 
 install -v -m755 -d /usr/include/{nss,nspr} &amp;&amp;
 install -v -m644 {public,private}/nss/* /usr/include/nss &amp;&amp;

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to