From de3fb6c1b8976fc3e2312634df8efa14a93bbf11 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 29 Aug 2020 21:39:54 +0000 Subject: [PATCH] Fix iana-etc currency git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- lfs-latest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs-latest.php b/lfs-latest.php index 6fe2ea0ca..1cd061946 100644 --- a/lfs-latest.php +++ b/lfs-latest.php @@ -116,6 +116,7 @@ if ( $package == "expect" ) $dirpath = "http://sourceforge.net/projects/expe 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";