Author: randy
Date: 2005-12-24 11:52:40 -0700 (Sat, 24 Dec 2005)
New Revision: 5460
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/gtk+2.xml
Log:
Fixed GTK+-2 documentation installation commands, pointed out by Nico R.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-12-24 17:34:04 UTC
(rev 5459)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-12-24 18:52:40 UTC
(rev 5460)
@@ -45,6 +45,10 @@
<para>December 24th, 2005</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Fixed GTK+-2 documentation installation commands,
+ pointed out by Nico R.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated to Firefox-1.5 and modified the method used
to build the package.</para>
</listitem>
Modified: trunk/BOOK/x/lib/gtk+2.xml
===================================================================
--- trunk/BOOK/x/lib/gtk+2.xml 2005-12-24 17:34:04 UTC (rev 5459)
+++ trunk/BOOK/x/lib/gtk+2.xml 2005-12-24 18:52:40 UTC (rev 5460)
@@ -96,12 +96,9 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
-install -v -m755 -d /usr/share/doc/gtk+->k2-version;/{faq,tutorial/images}
&&
-install -v -m644 docs/faq/html/* /usr/share/doc/gtk+->k2-version;/faq
&&
-install -v -m644 docs/tutorial/html/* \
- /usr/share/doc/gtk+->k2-version;/tutorial &&
-install -v -m644 docs/tutorial/images/* \
- /usr/share/doc/gtk+->k2-version;/tutorial/images</userinput></screen>
+install -v -m755 -d /usr/share/doc/gtk+->k2-version;/{faq,tutorial}
&&
+cp -v -R docs/faq/html/* /usr/share/doc/gtk+->k2-version;/faq &&
+cp -v -R docs/tutorial/html/*
/usr/share/doc/gtk+->k2-version;/tutorial</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page