improved coding style

This commit is contained in:
Volker Grabsch 2010-09-17 13:34:54 +02:00
parent 7b347e5b65
commit 95115cd984
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ $(PKG)_URL := http://www.libsdl.org/projects/SDL_ttf/release/$($(PKG)_FILE)
$(PKG)_DEPS := gcc sdl freetype
define $(PKG)_UPDATE
wget -q -O- http://hg.libsdl.org/SDL_ttf/tags | \
grep "release-" | \
wget -q -O- 'http://hg.libsdl.org/SDL_ttf/tags' | \
grep 'release-' | \
$(SED) -n 's,.*release-\([0-9.]*\)<.*,\1,p' | \
head -1
endef