improved coding style

pull/13/head
Volker Grabsch 13 years ago
parent 6a96ad7cdf
commit 96aa5b4559

@ -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

Loading…
Cancel
Save