Author: bdubbs Date: Mon Jul 15 08:34:06 2019 New Revision: 11640 Log: Update currency for bc
Modified: trunk/BOOK/lfs-latest.php Modified: trunk/BOOK/lfs-latest.php ============================================================================== --- trunk/BOOK/lfs-latest.php Sun Jul 14 18:56:52 2019 (r11639) +++ trunk/BOOK/lfs-latest.php Mon Jul 15 08:34:06 2019 (r11640) @@ -106,6 +106,7 @@ //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"; -- http://lists.linuxfromscratch.org/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
