Author: bdubbs
Date: Sun May 10 09:41:49 2020
New Revision: 11845

Log:
Fix procps-ng currency

Modified:
   trunk/BOOK/lfs-latest.php

Modified: trunk/BOOK/lfs-latest.php
==============================================================================
--- trunk/BOOK/lfs-latest.php   Sat May  9 13:54:03 2020        (r11844)
+++ trunk/BOOK/lfs-latest.php   Sun May 10 09:41:49 2020        (r11845)
@@ -280,7 +280,7 @@
   }
 
   if ( $package == "procps-ng" )
-     return find_max( $lines, "/release/", "/^.* ([\d\.]+).*$/" );
+     return find_max( $lines, "/v\d/", "/^.*v([\d\.]+).*$/" );
 
   if ( $package == "psmisc" )
      return find_max( $lines, "/^v/", "/^v([\d\.]+).*$/" );
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to