improved coding style

This commit is contained in:
Volker Grabsch 2011-04-23 15:50:33 +02:00
parent 02bdd0086c
commit 920eacd4d5
1 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,9 @@ $(PKG)_DEPS := gcc gettext libpng jpeg tiff jasper glib atk pango cairo gdk-
define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/browse/gtk+/refs/tags' | \
grep '<a href=' | \
$(SED) -n 's,.*<a[^>]*>\(2\.[0-9]*[02468]\.[^<]*\)<.*,\1,p' | \
$(SED) -n 's,.*<a[^>]*>\([0-9]*\.[0-9]*[02468]\.[^<]*\)<.*,\1,p' | \
grep -v '^2\.9' | \
grep '^2\.' | \
head -1
endef