Author: bdubbs
Date: Sat Jun 20 23:40:06 2015
New Revision: 16144

Log:
Fix rxvt-unicode for upstream change

Modified:
   trunk/scripts/blfs-chapter36.php

Modified: trunk/scripts/blfs-chapter36.php
==============================================================================
--- trunk/scripts/blfs-chapter36.php    Sat Jun 20 09:16:28 2015        (r16143)
+++ trunk/scripts/blfs-chapter36.php    Sat Jun 20 23:40:06 2015        (r16144)
@@ -253,7 +253,7 @@
 
   // Most packages are in the form $package-n.n.n
   // Occasionally there are dashes (e.g. 201-1)
-  $max = find_max( $lines, "/$package/", "/^.*$package-([\d\.]*\d)\.tar.*$/" );
+  $max = find_max( $lines, "/$package/", "/^.*$package-([\d\.]*\d)\.ta.*$/" );
   return $max;
 }
 
-- 
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