Author: bdubbs
Date: Wed Jan 23 21:40:54 2019
New Revision: 21028
Log:
More script touchups
Modified:
trunk/scripts/blfs-chapter10.php
trunk/scripts/blfs-chapter24.php
Modified: trunk/scripts/blfs-chapter10.php
==============================================================================
--- trunk/scripts/blfs-chapter10.php Wed Jan 23 19:17:42 2019 (r21027)
+++ trunk/scripts/blfs-chapter10.php Wed Jan 23 21:40:54 2019 (r21028)
@@ -272,7 +272,7 @@
if ( $book_index == "exiv2" )
{
$max = find_max( $lines, "/ Version \d/", '/^.*Version (\d\.[\d\.]+)$/' );
-
+ $dots = 0;
for ( $i = 0; $i < strlen($max); $i++ )
{
if ( $max[$i] == '.' ) $dots++;
Modified: trunk/scripts/blfs-chapter24.php
==============================================================================
--- trunk/scripts/blfs-chapter24.php Wed Jan 23 19:17:42 2019 (r21027)
+++ trunk/scripts/blfs-chapter24.php Wed Jan 23 21:40:54 2019 (r21028)
@@ -21,6 +21,7 @@
$apps = array();
$libs = array();
$fonts = array();
+$drivers = array();
$regex = array();
$regex[ 'libvdpau-va-gl' ] = "/^.*version (\d[\d\.]+\d).*$/";
@@ -292,9 +293,9 @@
if ( preg_match( "/^xf86/", $basename ) )
$book[ $index ][ 'indent' ] = "driver";
- // If $basename is util-macros, add Xorg Protocol Headers
- if ( $basename == 'util-macros' )
- insert_subsection( "Xorg Protocol Headers", "x7proto.xml", "proto" );
+ #// If $basename is util-macros, add Xorg Protocol Headers
+ #if ( $basename == 'util-macros' )
+ # insert_subsection( "Xorg Protocol Headers", "x7proto.xml", "proto" );
// If $basename is libxcb, add Xorg libs
if ( $basename == 'libxcb' )
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page