diff options
-rw-r--r-- | lfs-latest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lfs-latest.php b/lfs-latest.php index d9c8f91ae..b68d26b1e 100644 --- a/lfs-latest.php +++ b/lfs-latest.php @@ -325,7 +325,8 @@ function get_current() } else if ( preg_match( "/eudev.*manpages/", $file ) ) continue; - else if ( preg_match( "/python/" , $file ) ) continue; + //else if ( preg_match( "/python/" , $file ) ) continue; + else if ( preg_match( "/systemd-man/" , $file ) ) continue; $version = preg_replace( $pattern, "$1", $file ); // Isolate version $version = preg_replace( "/^\d-/", "", $version ); // Remove leading #- |