Author: krejzi
Date: Tue Jul 21 05:11:57 2015
New Revision: 16269
Log:
Ignore libsigc++ unstable version, but keep the code around in case GNOME
starts shipping unstable version again.
Modified:
trunk/scripts/blfs-chapter09.php
Modified: trunk/scripts/blfs-chapter09.php
==============================================================================
--- trunk/scripts/blfs-chapter09.php Mon Jul 20 13:37:43 2015 (r16268)
+++ trunk/scripts/blfs-chapter09.php Tue Jul 21 05:11:57 2015 (r16269)
@@ -176,9 +176,9 @@
$lines = http_get_file( "$dirpath/" );
- if ( $book_index == "libsigc++" )
- $dir = find_max( $lines, '/^[\d\.]+$/', '/^([\d\.]+)$/' );
- else
+ //if ( $book_index == "libsigc++" )
+ // $dir = find_max( $lines, '/^[\d\.]+$/', '/^([\d\.]+)$/' );
+ //else
$dir = find_even_max( $lines, '/^[\d\.]+$/', '/^([\d\.]+)$/' );
$dirpath .= "/$dir/";
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page