Author: bdubbs
Date: Wed Aug 14 19:26:43 2019
New Revision: 21964
Log:
Fix test for php_manual
Modified:
trunk/scripts/blfs-include.php
Modified: trunk/scripts/blfs-include.php
==============================================================================
--- trunk/scripts/blfs-include.php Wed Aug 14 18:42:41 2019 (r21963)
+++ trunk/scripts/blfs-include.php Wed Aug 14 19:26:43 2019 (r21964)
@@ -220,7 +220,7 @@
$file = preg_replace( "/\.src$/", "", $file ); // Remove .src$
$file = preg_replace( "/\.tgz$/", "", $file ); // Remove .tgz$
- if ( preg_match( "/php_/", $file ) ) return;
+ if ( preg_match( "/php_manual/", $file ) ) continue;
$pattern = get_pattern( $file );
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page