Browse Source

Update currency for bc

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 4 years ago
parent
commit
f28554ee41
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lfs-latest.php

+ 1 - 0
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";