Author: bdubbs
Date: Fri Nov 10 08:14:47 2017
New Revision: 19465

Log:
Update script for File-Slurper

Modified:
   trunk/scripts/blfs-chapter13.php

Modified: trunk/scripts/blfs-chapter13.php
==============================================================================
--- trunk/scripts/blfs-chapter13.php    Fri Nov 10 08:09:02 2017        (r19464)
+++ trunk/scripts/blfs-chapter13.php    Fri Nov 10 08:14:47 2017        (r19465)
@@ -32,7 +32,7 @@
 $ignores[ 'python'       ] = '';
 $ignores[ 'python1'      ] = '';
 
-//$current="lxml";  // For debugging
+//$current="File-Slurper";  // For debugging
 
 $regex = array();
 $regex[ 'check'   ] = "/^.*Check (\d[\d\.]+\d).*$/";
@@ -208,9 +208,9 @@
           'match'   => '^.*$',
           'replace' => "http://194.106.223.155/dist/File-BaseDir/"; ),
 
-   array( 'pkg'     => 'File-Slurp',
+   array( 'pkg'     => 'File-Slurper',
           'match'   => '^.*$',
-          'replace' => "http://194.106.223.155/dist/File-Slurp/"; ),
+          'replace' => "http://194.106.223.155/dist/File-Slurper/"; ),
 
    array( 'pkg'     => 'File-Which',
           'match'   => '^.*$',
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to