diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-07-15 15:34:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-07-15 15:34:06 +0000 |
commit | 94801bff921e33662a5b40be5b09519fcf9ad6cd (patch) | |
tree | b860016e4a2fa665532835b2217f123c2af128a3 /lfs-latest.php | |
parent | 12a27da73005362f481354d368781b8d9761c72e (diff) |
Update currency for bc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'lfs-latest.php')
-rw-r--r-- | lfs-latest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lfs-latest.php b/lfs-latest.php index b9b8f7630..504e28648 100644 --- a/lfs-latest.php +++ b/lfs-latest.php @@ -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"; |