Author: krejzi
Date: Sat Oct  7 05:12:32 2017
New Revision: 19298

Log:
Fix LVM2 currency

Modified:
   trunk/scripts/blfs-chapter05.php

Modified: trunk/scripts/blfs-chapter05.php
==============================================================================
--- trunk/scripts/blfs-chapter05.php    Sat Oct  7 04:40:04 2017        (r19297)
+++ trunk/scripts/blfs-chapter05.php    Sat Oct  7 05:12:32 2017        (r19298)
@@ -123,7 +123,7 @@
     return find_max( $lines, "/$package/", "/^.*$package([\d\.]*\d).tar.*$/" );
 
   if ( $book_index == "LVM2." )
-    return find_max( $lines, "/Version/", "/^.*Version (\d[\d\.]*\d).*$/" );
+    return find_max( $lines, "/Release/", "/^.*Release (\d[\d\.]*\d).*$/" );
 
   if ( $book_index == "gptfdisk" )
   {
-- 
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