From 94801bff921e33662a5b40be5b09519fcf9ad6cd Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 15 Jul 2019 15:34:06 +0000 Subject: [PATCH] Update currency for bc git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11640 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 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";