Author: bdubbs
Date: Thu Sep  5 22:06:35 2019
New Revision: 22101

Log:
Fix boost currenct

Modified:
   trunk/scripts/blfs-chapter09.php

Modified: trunk/scripts/blfs-chapter09.php
==============================================================================
--- trunk/scripts/blfs-chapter09.php    Thu Sep  5 16:04:10 2019        (r22100)
+++ trunk/scripts/blfs-chapter09.php    Thu Sep  5 22:06:35 2019        (r22101)
@@ -347,7 +347,8 @@
 
   if ( $book_index == "boost" )
   {
-    return find_max( $lines, '/Version \d/', '/^.*Version ([\d\.]+).*$/' );
+    $ver = find_max( $lines, '/Version \d/', '/^.*Version ([\d\.]+).*$/' );
+    return preg_replace( "/\./", "_", $ver ); 
   }
 
   if ( $book_index == "icu4c" )
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to