summaryrefslogtreecommitdiffstats
path: root/src/matio.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/matio.mk')
-rw-r--r--src/matio.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matio.mk b/src/matio.mk
index a167758..715bcea 100644
--- a/src/matio.mk
+++ b/src/matio.mk
@@ -13,7 +13,7 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_V
$(PKG)_DEPS := gcc zlib
define $(PKG)_UPDATE
- $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/matio/files/matio/) | \
+ $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/matio/files/) | \
$(SED) -n 's,.*matio-\([0-9][^>]*\)\.tar.*,\1,p' | \
tail -1
endef