summaryrefslogtreecommitdiffstats
path: root/src/xmlwrapp.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-09-09 19:24:32 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-09-09 19:24:32 (GMT)
commit10b237f4c0f833a02fc2989b98db617d7667050c (patch)
tree15bf77e7bdf46d579c44fbec56e08e7714dd2e48 /src/xmlwrapp.mk
parent34e4e2bbae65b059ff2962fdb69752cc08ae034e (diff)
downloadmxe-10b237f4c0f833a02fc2989b98db617d7667050c.zip
mxe-10b237f4c0f833a02fc2989b98db617d7667050c.tar.gz
mxe-10b237f4c0f833a02fc2989b98db617d7667050c.tar.bz2
fixed sourceforge URLs in UPDATE macros
Diffstat (limited to 'src/xmlwrapp.mk')
-rw-r--r--src/xmlwrapp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlwrapp.mk b/src/xmlwrapp.mk
index 6e16ed3..1e80b23 100644
--- a/src/xmlwrapp.mk
+++ b/src/xmlwrapp.mk
@@ -13,7 +13,7 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/xmlwrapp/xmlwrapp/$($(PK
$(PKG)_DEPS := gcc libxml2 libxslt
define $(PKG)_UPDATE
- $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/xmlwrapp/files/xmlwrapp/) | \
+ $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/xmlwrapp/files/) | \
$(SED) -n 's,.*xmlwrapp-\([0-9][^>]*\)\.tar.*,\1,p' | \
tail -1
endef