mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
56e7f4ed92
commit
b3c25537fc
@ -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>
|
||||
|
||||
|
@ -130,7 +130,8 @@ install -v -m644 $NSS_LINUXDIR/lib/{*.chk,libcrmf.a} /usr/lib &&
|
||||
install -v -m755 -d /usr/include/nss &&
|
||||
install -v -m755 $NSS_LINUXDIR/bin/nss-config /usr/bin &&
|
||||
install -v -m644 $NSS_LINUXDIR/lib/pkgconfig/nss.pc /usr/lib/pkgconfig &&
|
||||
cp -v -RL {public,private}/nss/* /usr/include/nss</userinput></screen>
|
||||
cp -v -RL {public,private}/nss/* /usr/include/nss &&
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user