mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fix iana-etc currency
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
eab5b72b28
commit
de3fb6c1b8
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user