Author: bdubbs
Date: Sun Oct 28 21:59:07 2018
New Revision: 20658
Log:
Fix currency for exiv2
Modified:
trunk/scripts/blfs-chapter10.php
Modified: trunk/scripts/blfs-chapter10.php
==============================================================================
--- trunk/scripts/blfs-chapter10.php Sun Oct 28 14:30:12 2018 (r20657)
+++ trunk/scripts/blfs-chapter10.php Sun Oct 28 21:59:07 2018 (r20658)
@@ -268,9 +268,9 @@
if ( $book_index == "aalib" )
return find_max( $lines, "/$book_index/", '/^.*aalib-([rc\d\.]+).tar.*$/'
);
-
+print_r($lines);
if ( $book_index == "exiv2" )
- return find_max( $lines, "/v\d/", '/^.*v(\d[\d\.]+).*$/' );
+ return find_max( $lines, "/ v\d/", '/^.*v(\d\.[\d\.]+)$/' );
// imlib
if ( $book_index == "imlib2" )
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page