summaryrefslogtreecommitdiffstats
path: root/src/qt.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-27 22:38:37 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-27 22:38:37 (GMT)
commitbc9b42e5a975504ec3e63e43f01c9fb96b306108 (patch)
treeb15e53adc9f95216e8a8a4ccd8df88f7c199a2a9 /src/qt.mk
parentccb3f2e350f9cef6dda5ff45f700f5b26a39361d (diff)
downloadmxe-bc9b42e5a975504ec3e63e43f01c9fb96b306108.zip
mxe-bc9b42e5a975504ec3e63e43f01c9fb96b306108.tar.gz
mxe-bc9b42e5a975504ec3e63e43f01c9fb96b306108.tar.bz2
ignore technology previews of package qt
Diffstat (limited to 'src/qt.mk')
-rw-r--r--src/qt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt.mk b/src/qt.mk
index 367fbf2..18da37c 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -36,6 +36,7 @@ define $(PKG)_UPDATE
wget -q -O- 'http://qt.gitorious.org/qt/qt/commits' | \
grep '<li><a href="/qt/qt/commit/' | \
$(SED) -n 's,.*<a[^>]*>v\([0-9][^>]*\)<.*,\1,p' | \
+ grep -v tp | \
tail -1
endef