Author: bdubbs
Date: Fri Aug 10 17:26:02 2018
New Revision: 20285
Log:
Script fixes for pidgin and fcron
Modified:
trunk/scripts/blfs-chapter12.php
trunk/scripts/blfs-chapter43.php
Modified: trunk/scripts/blfs-chapter12.php
==============================================================================
--- trunk/scripts/blfs-chapter12.php Fri Aug 10 13:58:19 2018 (r20284)
+++ trunk/scripts/blfs-chapter12.php Fri Aug 10 17:26:02 2018 (r20285)
@@ -191,7 +191,7 @@
return find_max( $lines, '/are/', '/^.*and (\d[\d\.]*\d) .*$/' );
if ( $book_index == "fcron" )
- return find_max( $lines, '/fcron/', '/^.*fcron (\d[\d\.]*\d) released
.*$/' );
+ return find_max( $lines, '/fcron/', '/^.*fcron (\d[\d\.]*\d) released.*$/'
);
if ( $book_index == "raptor2" )
return find_max( $lines, '/raptor/', '/^.*raptor2-([\d\.]*\d).tar.*$/' );
Modified: trunk/scripts/blfs-chapter43.php
==============================================================================
--- trunk/scripts/blfs-chapter43.php Fri Aug 10 13:58:19 2018 (r20284)
+++ trunk/scripts/blfs-chapter43.php Fri Aug 10 17:26:02 2018 (r20285)
@@ -24,7 +24,7 @@
$regex[ 'chromium' ] = "/^pkgver=(\d[\d\.]+\d).*$/";
$regex[ 'gnucash' ] = "/^.*Download gnucash-(\d[\d\.]+\d).tar.*$/";
$regex[ 'midori' ] = "/^.*midori_(\d[\d\.]*\d)_all.*$/";
-$regex[ 'pidgen' ] = "/^.*pidgin-(\d[\d\.]+\d)-.*$/";
+$regex[ 'pidgin' ] = "/^.*Download.*pidgin-(\d[\d\.]+\d)-.*$/";
$regex[ 'fontforge-dist'] = "/^.*fontforge-dist-(20\d+).tar.*$/";
$regex[ 'xscreensaver' ] = "/^.*xscreensaver-(\d[\d\.]+\d).tar.*$/";
$regex[ 'tigervnc' ] = "/^.*TigerVNC (\d[\d\.]+\d)$/";
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page