Author: igor
Date: Sat Sep 28 00:40:42 2013
New Revision: 11887

Log:
correct ownership and permissions for libvpx files

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/libvpx.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Sep 27 12:59:55 2013        (r11886)
+++ trunk/BOOK/general.ent      Sat Sep 28 00:40:42 2013        (r11887)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "27">                   <!-- Always 2 digits -->
+<!ENTITY day          "28">                   <!-- Always 2 digits -->
 <!ENTITY month        "09">                   <!-- Always 2 digits -->
 <!ENTITY year         "2013">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "September 27th, &year;">
+<!ENTITY releasedate  "September 28th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|testing|unstable|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Sep 27 12:59:55 
2013        (r11886)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Sep 28 00:40:42 
2013        (r11887)
@@ -44,6 +44,17 @@
 
 -->
     <listitem>
+      <para>September 28th, 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[igor] - Correct ownership and permissions for installed files
+          from libvpx package, thanks to John Burrell for reporting the
+          issue.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>September 27th, 2013</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/multimedia/libdriv/libvpx.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/libvpx.xml    Fri Sep 27 12:59:55 2013        
(r11886)
+++ trunk/BOOK/multimedia/libdriv/libvpx.xml    Sat Sep 28 00:40:42 2013        
(r11887)
@@ -78,7 +78,9 @@
     <para>Install <application>libvpx</application> by running the
     following commands:</para>
 
-<screen><userinput>mkdir ../libvpx-build &amp;&amp;
+<screen><userinput>sed -i 's/cp -p/cp/' build/make/Makefile &amp;&amp;
+chmod -v 644 vpx/*.h &amp;&amp;
+mkdir ../libvpx-build &amp;&amp;
 cd ../libvpx-build &amp;&amp;
 ../libvpx-v&libvpx-version;/configure --prefix=/usr \
                            --enable-shared \
@@ -97,6 +99,9 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para><command>sed ... &amp;&amp; chmod ...</command>: These commands
+    correct ownership and permissions of installed files.</para>
+
     <para><command>mkdir ../libvpx-build &amp;&amp; cd
     ../libvpx-build</command>: The <application>libvpx</application> developers
     recommend building in a dedicated build directory.</para>
-- 
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