Author: randy
Date: 2008-03-24 20:32:52 -0600 (Mon, 24 Mar 2008)
New Revision: 7310
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/python.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Modified a documentation installation command in the Python instructions so
ownership of installed files is correct
Modified: trunk/BOOK/general/prog/python.xml
===================================================================
--- trunk/BOOK/general/prog/python.xml 2008-03-24 22:22:22 UTC (rev 7309)
+++ trunk/BOOK/general/prog/python.xml 2008-03-25 02:32:52 UTC (rev 7310)
@@ -126,6 +126,8 @@
<screen role="root"><userinput>install -v -m755 -d
/usr/share/doc/Python-&Python-version;/html &&
tar --strip-components=1 \
+ --no-same-owner \
+ --no-same-permissions \
-C /usr/share/doc/Python-&Python-version;/html \
-xvf ../html-&python-majorver;.tar.bz2</userinput></screen>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-03-24 22:22:22 UTC (rev 7309)
+++ trunk/BOOK/general.ent 2008-03-25 02:32:52 UTC (rev 7310)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "24"> <!-- Always 2 digits -->
+<!ENTITY day "25"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-03-24 22:22:22 UTC
(rev 7309)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-03-25 02:32:52 UTC
(rev 7310)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>March 25th, 2008</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Modified a documentation installation command in the
+ Python instructions so ownership of installed files is
correct.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 24th, 2008</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page