Author: krejzi
Date: Sun Jun 28 01:06:49 2015
New Revision: 16183
Log:
Ignore libpeas dev version.
Modified:
trunk/scripts/blfs-chapter30.php
Modified: trunk/scripts/blfs-chapter30.php
==============================================================================
--- trunk/scripts/blfs-chapter30.php Sat Jun 27 23:09:53 2015 (r16182)
+++ trunk/scripts/blfs-chapter30.php Sun Jun 28 01:06:49 2015 (r16183)
@@ -107,9 +107,9 @@
$dirpath = substr ( $dirpath, 0, $position ); // Up 1
$dirs = http_get_file( "$dirpath/" );
- if ( $book_index == "libpeas" )
- $dir = find_max( $dirs, "/\d$/", "/^.* ([\d\.]+)$/" );
- else
+ //if ( $book_index == "libpeas" )
+ // $dir = find_max( $dirs, "/\d$/", "/^.* ([\d\.]+)$/" );
+ //else
$dir = find_even_max( $dirs, "/\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