Author: igor
Date: Sat Dec 28 10:56:58 2013
New Revision: 12470

Log:
correct p7zip file permissions

Modified:
   trunk/BOOK/general/sysutils/p7zip.xml

Modified: trunk/BOOK/general/sysutils/p7zip.xml
==============================================================================
--- trunk/BOOK/general/sysutils/p7zip.xml       Sat Dec 28 09:13:04 2013        
(r12469)
+++ trunk/BOOK/general/sysutils/p7zip.xml       Sat Dec 28 10:56:58 2013        
(r12470)
@@ -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>.
-- 
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