Author: bdubbs
Date: Fri Dec 20 22:13:17 2019
New Revision: 22498

Log:
Tweak blocaled currency

Modified:
   trunk/scripts/blfs-chapter12.php

Modified: trunk/scripts/blfs-chapter12.php
==============================================================================
--- trunk/scripts/blfs-chapter12.php    Fri Dec 20 21:43:32 2019        (r22497)
+++ trunk/scripts/blfs-chapter12.php    Fri Dec 20 22:13:17 2019        (r22498)
@@ -218,7 +218,7 @@
     return find_max( $lines, '/Version \d/', '/^.*Version (\d[\d\.]*\d) 
Release.*$/' );
 
   if ( $book_index == "blocaled" )
-    return find_max( $lines, '/Blocaled \d/', '/^.*Blocaled (\d[\d\.]*\d).*$/' 
);
+    return find_max( $lines, '/blocaled/', 
'/^.*blocaled-(\d[\d\.]*\d).tar.*$/' );
 
   if ( $book_index == "sysstat" )
     return find_max( $lines, '/sysstat-/', '/^.*sysstat-(\d[\d\.]*\d).tar.*$/' 
);
-- 
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