improved coding style

This commit is contained in:
Volker Grabsch 2011-05-25 12:35:55 +02:00
parent 6a96ad7cdf
commit 96aa5b4559
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $(PKG)_URL := ftp://sourceware.org/pub/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
wget --no-check-certificate -q -O- 'http://github.com/atgreen/libffi/downloads' | \
wget -q --no-check-certificate -O- 'http://github.com/atgreen/libffi/downloads' | \
grep '<a href="/atgreen/libffi/tarball/' | \
$(SED) -n 's,.*href="/atgreen/libffi/tarball/v\([0-9][^"]*\)".*,\1,p' | \
head -1