avoid rc (release candidate) versions of package xerces

This commit is contained in:
Volker Grabsch 2009-12-02 14:21:57 +01:00
parent c05d030ca6
commit 75d77d4733
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ define $(PKG)_UPDATE
grep '<a name="' | \
$(SED) -n 's,.*<a name="Xerces-C_\([0-9][^"]*\)".*,\1,p' | \
$(SED) 's,_,.,g' | \
grep -v rc | \
head -1
endef