diff options
Diffstat (limited to 'lfs-latest.php')
-rw-r--r-- | lfs-latest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs-latest.php b/lfs-latest.php index a6306e2b8..937fb25d3 100644 --- a/lfs-latest.php +++ b/lfs-latest.php @@ -106,7 +106,7 @@ function get_packages( $package, $dirpath ) 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"; |