Fixed permissions of nss includes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8041 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2009-09-27 03:43:03 +00:00
parent 56e7f4ed92
commit b3c25537fc
2 changed files with 5 additions and 1 deletions

View File

@ -50,6 +50,9 @@
<listitem>
<para>[dj] - Added Python dependency for xcb-proto.</para>
</listitem>
<listitem>
<para>[dj] - Corrected permissions of nss headers.</para>
</listitem>
</itemizedlist>
</listitem>

View File

@ -130,7 +130,8 @@ install -v -m644 $NSS_LINUXDIR/lib/{*.chk,libcrmf.a} /usr/lib &amp;&amp;
install -v -m755 -d /usr/include/nss &amp;&amp;
install -v -m755 $NSS_LINUXDIR/bin/nss-config /usr/bin &amp;&amp;
install -v -m644 $NSS_LINUXDIR/lib/pkgconfig/nss.pc /usr/lib/pkgconfig &amp;&amp;
cp -v -RL {public,private}/nss/* /usr/include/nss</userinput></screen>
cp -v -RL {public,private}/nss/* /usr/include/nss &amp;&amp;
chmod 644 /usr/include/nss/*</userinput></screen>
<para>Now as the unprivileged user, exit the <command>bash</command>
shell started at the beginning of the installation to restore the