diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 4272574774..0db05bce62 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,11 @@ February 12th, 2006 + + [randy] - Abbreviated the commands used to install the NSS + libraries in the NSS instructions, suggested by Tushar + Teredesai. + [randy] - Updated to Galeon-2.0.0. diff --git a/postlfs/security/nss.xml b/postlfs/security/nss.xml index 0a920cd46c..04f105425a 100644 --- a/postlfs/security/nss.xml +++ b/postlfs/security/nss.xml @@ -156,14 +156,8 @@ install -v -m644 nsprpub/lib/pkgconfig/nspr.pc \ cd dist && -install -v -m755 \ - $NSS_LINUXDIR/lib/lib{nspr4,plc4,plds4}.so \ - $NSS_LINUXDIR/lib/lib{freebl3,nss3,nssckbi,smime3,softokn3,ssl3}.so \ - /usr/lib && -install -v -m644 \ - $NSS_LINUXDIR/lib/lib{freebl3,softokn3}.chk \ - $NSS_LINUXDIR/lib/libcrmf.a \ - /usr/lib && +install -v -m755 $NSS_LINUXDIR/lib/*.so /usr/lib && +install -v -m644 $NSS_LINUXDIR/lib/{*.chk,libcrmf.a} /usr/lib && install -v -m755 -d /usr/include/{nss,nspr} && install -v -m644 {public,private}/nss/* /usr/include/nss &&