Author: bdubbs Date: Sat Jan 23 08:45:42 2021 New Revision: 12101 Log: Remove debug statement
Modified: trunk/BOOK/lfs-latest.php Modified: trunk/BOOK/lfs-latest.php ============================================================================== --- trunk/BOOK/lfs-latest.php Fri Jan 22 11:05:53 2021 (r12100) +++ trunk/BOOK/lfs-latest.php Sat Jan 23 08:45:42 2021 (r12101) @@ -106,7 +106,7 @@ global $exceptions; global $regex; -if ( $package != "psmisc" ) return 0; // Debug +//if ( $package != "psmisc" ) return 0; // Debug if ( $package == "bc" ) $dirpath = "https://github.com/gavinhoward/bc/releases"; if ( $package == "check" ) $dirpath = "https://github.com/libcheck/check/releases"; -- http://lists.linuxfromscratch.org/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
