Author: bdubbs
Date: Mon Dec 7 09:15:24 2020
New Revision: 23961
Log:
Fix currency for lcms2
Modified:
trunk/scripts/blfs-chapter10.php
Modified: trunk/scripts/blfs-chapter10.php
==============================================================================
--- trunk/scripts/blfs-chapter10.php Sun Dec 6 10:30:45 2020 (r23960)
+++ trunk/scripts/blfs-chapter10.php Mon Dec 7 09:15:24 2020 (r23961)
@@ -72,7 +72,7 @@
array( 'pkg' => 'lcms2',
'match' => '^.*$',
- 'replace' => "http://$sf/projects/lcms/files/lcms" ),
+ 'replace' => "https://sourceforge.net/projects/lcms/files/lcms/" ),
array( 'pkg' => 'libexif',
'match' => '^.*$',
@@ -333,7 +333,7 @@
return find_max( $lines, '/openjpeg/', '/^.*openjpeg-v(\d\.[\d\.]+)-.*$/'
);
if ( $book_index == "lcms2" )
- return find_max( $lines, '/^\s*2/', '/^\s*(2[\d\.]+) .*$/' );
+ return find_max( $lines, '/^\s*\d\./', '/^\s*([\d\.]+) .*$/' );
if ( $book_index == "woff2" )
return find_max( $lines, '/v\d/', '/^.*v([\d\.]+).*$/' );
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page