Author: bdubbs
Date: Sat Apr 16 17:20:53 2016
New Revision: 17266

Log:
Update scripts for asciidoc

Modified:
   trunk/scripts/blfs-chapter11.php

Modified: trunk/scripts/blfs-chapter11.php
==============================================================================
--- trunk/scripts/blfs-chapter11.php    Sat Apr 16 16:52:17 2016        (r17265)
+++ trunk/scripts/blfs-chapter11.php    Sat Apr 16 17:20:53 2016        (r17266)
@@ -5,7 +5,7 @@
 
 $CHAPTER       = '11';
 $CHAPTERS      = 'Chapter 11';
-$START_PACKAGE = 'chrpath';
+$START_PACKAGE = 'asciidoc';
 $STOP_PACKAGE  = 'unixODBC';
 
 $renames = array();
@@ -19,9 +19,13 @@
 $regex[ 'intltool'      ] = "/^.*Latest version is (\d[\d\.]+\d).*$/";
 $regex[ 'xscreensaver'  ] = "/^.*xscreensaver-(\d[\d\.]+\d).tar.*$/";
 
-//$current="tidy";  // For debugging
+//$current="asciidoc";  // For debugging
 
 $url_fix = array (
+   array( 'pkg'     => 'asciidoc',
+          'match'   => '^.*$',
+          'replace' => "http://www.methods.co.nz/asciidoc/INSTALL.html"; ),
+
    array( 'pkg'     => 'chrpath',
           'match'   => '^.*$',
           'replace' => "https://alioth.debian.org/projects/chrpath"; ),
-- 
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