Author: igor
Date: Sat Aug 31 09:43:51 2013
New Revision: 11724

Log:
git manpages and htmldocs permissions fix

Modified:
   trunk/BOOK/general/prog/git.xml

Modified: trunk/BOOK/general/prog/git.xml
==============================================================================
--- trunk/BOOK/general/prog/git.xml     Sat Aug 31 07:25:23 2013        (r11723)
+++ trunk/BOOK/general/prog/git.xml     Sat Aug 31 09:43:51 2013        (r11724)
@@ -194,7 +194,7 @@
       <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>tar -xf ../git-manpages-&git-version;.tar.gz -C 
/usr/share/man --no-same-owner</userinput></screen>
+<screen role="root"><userinput>tar -xf ../git-manpages-&git-version;.tar.gz -C 
/usr/share/man --no-same-owner --no-overwrite-dir</userinput></screen>
 
     <para>
       If you downloaded the html docs untar them as the
@@ -204,7 +204,7 @@
 <screen role="root"><userinput>mkdir -p 
/usr/share/doc/git-&git-version;/man-pages/{html,text}         &amp;&amp;
 
 tar -xf  ../git-htmldocs-&git-version;.tar.gz \
-    -C   /usr/share/doc/git-&git-version; --no-same-owner               
&amp;&amp;
+    -C   /usr/share/doc/git-&git-version; --no-same-owner --no-overwrite-dir 
&amp;&amp;
 
 find /usr/share/doc/git-&git-version; -type d -exec chmod 755 {} \;     
&amp;&amp;
 find /usr/share/doc/git-&git-version; -type f -exec chmod 644 {} \;     
&amp;&amp;
-- 
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