Author: bdubbs
Date: Mon Nov 16 19:21:34 2015
New Revision: 16668

Log:
Fixups for Currency checks due to upstrem server changes

Modified:
   trunk/BOOK/networking/textweb/lynx.xml
   trunk/scripts/blfs-chapter09.php

Modified: trunk/BOOK/networking/textweb/lynx.xml
==============================================================================
--- trunk/BOOK/networking/textweb/lynx.xml      Mon Nov 16 18:45:39 2015        
(r16667)
+++ trunk/BOOK/networking/textweb/lynx.xml      Mon Nov 16 19:21:34 2015        
(r16668)
@@ -7,7 +7,7 @@
 <!--  <!ENTITY lynx-download-http 
"http://lynx.isc.org/lynx&lynx-version;/lynx&lynx-version;.tar.bz2";>
   <!ENTITY lynx-download-ftp " ">-->
   <!ENTITY lynx-download-http 
"http://lynx.isc.org/current/lynx&lynx-version;.tar.bz2";>
-  <!ENTITY lynx-download-ftp  
"ftp://lynx.isc.org/current/lynx&lynx-version;.tar.bz2";>
+  <!ENTITY lynx-download-ftp  
"ftp://lynx.isc.org/lynx/tarballs/lynx&lynx-version;.tar.bz2";>
   <!ENTITY lynx-md5sum        "b231c2aa34dfe7ca25681ef4e55ee7e8">
   <!ENTITY lynx-size          "2.5 MB">
   <!ENTITY lynx-buildsize     "31 MB">
@@ -37,9 +37,9 @@
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
-      <listitem>
+      <!--<listitem>
         <para>Download (HTTP): <ulink url="&lynx-download-http;"/></para>
-      </listitem>
+      </listitem>-->
       <listitem>
         <para>Download (FTP): <ulink url="&lynx-download-ftp;"/></para>
       </listitem>

Modified: trunk/scripts/blfs-chapter09.php
==============================================================================
--- trunk/scripts/blfs-chapter09.php    Mon Nov 16 18:45:39 2015        (r16667)
+++ trunk/scripts/blfs-chapter09.php    Mon Nov 16 19:21:34 2015        (r16668)
@@ -11,7 +11,7 @@
 $renames = array();
 $ignores = array();
 
-//$current="libxkbcommon"; // For debugging
+//$current="mozjs"; // For debugging
 
 $regex = array();
 $regex[ 'clucene-core'  ] = "/^.*Download clucene-core-([\d\.]+).tar.*$/";
@@ -222,7 +222,7 @@
     // Customize http directories as needed
     if ( $book_index != "json-c")
     {
-      $lines = http_get_file( $dirpath );
+      $lines = http_get_file( "$dirpath/" );
       if ( ! is_array( $lines ) ) return $lines;
     }
 
-- 
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