From adcd988063a38da4e61e176228632bc48e2541c8 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 4 Jul 2018 20:07:40 +0000 Subject: Fix currency for attr and acl git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11429 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- lfs-latest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lfs-latest.php') diff --git a/lfs-latest.php b/lfs-latest.php index a3200f79e..78244fc51 100644 --- a/lfs-latest.php +++ b/lfs-latest.php @@ -234,7 +234,7 @@ if ( $package == "vim" ) $dirpath = "ftp://ftp.vim.org/pub/vim/unix"; if ( $package == "attr" || $package == "acl" ) { - return find_max( $lines, "/$package/", "/^.*$package-([\d\.-]*\d)\.*$/" ); + return find_max( $lines, "/$package/", "/^.*$package-([\d\.-]*\d).tar.*$/" ); } if ( $package == "e2fsprogs" ) -- cgit v1.2.3-54-g00ecf