Author: bdubbs
Date: Mon Dec 21 07:48:47 2020
New Revision: 24008

Log:
Fix currency for babl

Modified:
   trunk/scripts/blfs-chapter10.php

Modified: trunk/scripts/blfs-chapter10.php
==============================================================================
--- trunk/scripts/blfs-chapter10.php    Sun Dec 20 12:01:56 2020        (r24007)
+++ trunk/scripts/blfs-chapter10.php    Mon Dec 21 07:48:47 2020        (r24008)
@@ -338,6 +338,9 @@
   if ( $book_index == "woff2" )
     return find_max( $lines, '/v\d/', '/^.*v([\d\.]+).*$/' );
 
+  if ( $book_index == "babl" )
+    return find_max( $lines, '/babl/', '/^.*babl-([\d\.]+).tar.*$/', FALSE );
+
   if ( $package == "graphite2" ) $package = "graphite";
 
   // Most packages are in the form $package-n.n.n
-- 
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