Author: bdubbs
Date: Wed May 30 13:33:53 2018
New Revision: 20186

Log:
Update script for iso-codes

Modified:
   trunk/scripts/blfs-chapter11.php

Modified: trunk/scripts/blfs-chapter11.php
==============================================================================
--- trunk/scripts/blfs-chapter11.php    Wed May 30 13:06:29 2018        (r20185)
+++ trunk/scripts/blfs-chapter11.php    Wed May 30 13:33:53 2018        (r20186)
@@ -39,6 +39,10 @@
           'match'   => '^ftp:\/\/ftp.gnome',
           'replace' => "http://ftp.gnome"; ),
 
+   array( 'pkg'     => 'iso-codes',
+          'match'   => '^.*$', 
+          'replace' => 
"https://salsa.debian.org/iso-codes-team/iso-codes/tags"; ),
+
    array( 'pkg'     => 'intltool',
           'match'   => '^.*$', 
           'replace' => "https://launchpad.net/intltool/trunk"; ),
-- 
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