Author: bdubbs
Date: Sat Aug 29 14:39:54 2020
New Revision: 12040

Log:
Fix iana-etc currency

Modified:
   trunk/BOOK/lfs-latest.php

Modified: trunk/BOOK/lfs-latest.php
==============================================================================
--- trunk/BOOK/lfs-latest.php   Sat Aug 29 00:17:20 2020        (r12039)
+++ trunk/BOOK/lfs-latest.php   Sat Aug 29 14:39:54 2020        (r12040)
@@ -116,6 +116,7 @@
 if ( $package == "file"       ) $dirpath = 
"https://github.com/file/file/releases";;
 if ( $package == "flex"       ) $dirpath = 
"https://github.com/westes/flex/releases";;
 if ( $package == "gcc"        ) $dirpath = max_parent( $dirpath, "gcc-" );
+if ( $package == "iana-etc"   ) $dirpath = 
"https://github.com/Mic92/iana-etc/releases";;
 if ( $package == "intltool"   ) $dirpath = 
"https://launchpad.net/intltool/trunk";;
 if ( $package == "meson"      ) $dirpath = 
"https://github.com/mesonbuild/meson/releases";;
 if ( $package == "mpc"        ) $dirpath = "https://ftp.gnu.org/gnu/mpc";;
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to