changeset 960:c0a52c809cb7

avoid all old 2.24.x versions of package glib
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 13 May 2010 17:55:35 +0200
parents 1d94aad6a410
children 4e0dffe513e6
files src/glib.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/glib.mk	Thu May 13 17:32:58 2010 +0200
+++ b/src/glib.mk	Thu May 13 17:55:35 2010 +0200
@@ -16,6 +16,7 @@
     wget -q -O- 'http://git.gnome.org/browse/glib/refs/tags' | \
     grep '<a href=' | \
     $(SED) -n 's,.*<a[^>]*>\([0-9][^<]*\)<.*,\1,p' | \
+    grep -v '^2\.24\.' | \
     head -1
 endef