Revision: 11640

Author: bdubbs
Date: 15 июля 2019 г. 18:34:06
Message:
Update currency for bc
----
Modified : /trunk/BOOK/lfs-latest.php
This commit is contained in:
Anton Maisak
2020-09-14 14:57:30 +03:00
parent 385cadc638
commit 4fd33ea3de

View File

@ -106,6 +106,7 @@ function get_packages( $package, $dirpath )
//if ( $package != "vim" ) return 0; // Debug
if ( $package == "bc" ) $dirpath = "https://github.com/gavinhoward/bc/releases";
if ( $package == "check" ) $dirpath = "https://github.com/libcheck/check/releases";
if ( $package == "e2fsprogs" ) $dirpath = "http://sourceforge.net/projects/e2fsprogs/files/e2fsprogs";
if ( $package == "expat" ) $dirpath = "http://sourceforge.net/projects/expat/files";