mirror of
https://github.com/avmaisak/LFS_Book.git
synced 2026-01-14 02:00:45 +00:00
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:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user