Improved filtering of bad binutils versions

This commit is contained in:
Volker Grabsch 2011-11-15 16:30:46 +01:00
parent ba14d03305
commit 536f9bf6bd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ $(PKG)_DEPS :=
define $(PKG)_UPDATE
wget -q -O- 'http://ftp.gnu.org/gnu/binutils/?C=M;O=D' | \
$(SED) -n 's,.*<a href="binutils-\([0-9][^"]*\)\.tar.*,\1,p' | \
grep '^2\.[2-9][1-9]' | \
grep -v '^2\.1' | \
head -1
endef