changeset 1845:60f1c548923d

improved coding style
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 25 May 2011 12:35:55 +0200
parents 564166f64492
children 9b1084df1450
files src/libffi.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libffi.mk	Tue May 24 23:08:18 2011 +1000
+++ b/src/libffi.mk	Wed May 25 12:35:55 2011 +0200
@@ -13,7 +13,7 @@
 $(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