diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-10-17 17:01:31 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-10-17 17:01:31 +0000 |
commit | 111dbefd96186d35a8edf1e7b33f2e3fbcab00a2 (patch) | |
tree | 75b7195e3b3a8f9879294ed69f74718b3a423232 /lfs-latest.php | |
parent | 92204706b00eb0171753ea368bae77f2a1b3c390 (diff) |
Update lfs currency adding python and removing systemd man pages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11313 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'lfs-latest.php')
-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 #- |