diff options
-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"; |