changeset 631:208b993490f5

avoid all old 2.22.x versions of package glib
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 09 Jan 2010 00:49:27 +0100
parents dc4e92344c91
children 700f5dadfcf5
files src/glib.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/glib.mk	Thu Jan 07 22:42:48 2010 +0100
+++ b/src/glib.mk	Sat Jan 09 00:49:27 2010 +0100
@@ -34,6 +34,7 @@
     wget -q -O- 'http://git.gnome.org/cgit/glib/refs/tags' | \
     grep '<a href=' | \
     $(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \
+    grep -v '2\.22\.' | \
     head -1
 endef