correct p7zip file permissions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12470 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-12-28 18:56:58 +00:00
parent 9b6cebeb39
commit 4a665af0c9

View File

@ -94,7 +94,8 @@
commands:
</para>
<screen><userinput>make all3</userinput></screen>
<screen><userinput>sed -i -e 's/chmod 555/chmod 755/' -e 's/chmod 444/chmod 644/' install.sh &amp;&amp;
make all3</userinput></screen>
<para>
To test the results, issue: <command>make test</command>.