mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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
This commit is contained in:
parent
92204706b0
commit
111dbefd96
@ -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 #-
|
||||
|
Loading…
Reference in New Issue
Block a user