Author: bdubbs Date: Sat Jun 27 23:09:53 2015 New Revision: 16182 Log: Fix SCons
Modified: trunk/scripts/blfs-chapter13.php Modified: trunk/scripts/blfs-chapter13.php ============================================================================== --- trunk/scripts/blfs-chapter13.php Sat Jun 27 17:58:30 2015 (r16181) +++ trunk/scripts/blfs-chapter13.php Sat Jun 27 23:09:53 2015 (r16182) @@ -41,7 +41,7 @@ $regex[ 'expect' ] = "/^.*Download expect(\d[\d\.]+\d).tar.*$/"; $regex[ 'junit4_' ] = "/^\h*(\d[\d\.]+)\h*$/"; $regex[ 'llvm' ] = "/^.*Download LLVM (\d[\d\.]+\d).*$/"; -$regex[ 'scons' ] = "/^.*Download scons-(\d[\d\.]+\d).*$/"; +$regex[ 'scons' ] = "/^.*Download scons-local-(\d[\d\.]+\d).*$/"; $regex[ 'tcl' ] = "/^.*Download tcl(\d[\d\.]+\d).*$/"; $regex[ 'swig' ] = "/^.*Download swig-(\d[\d\.]+\d).*$/"; $regex[ 'Python' ] = "/^.*Latest Python 2.*Python (2[\d\.]+\d).*$/"; -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
