summaryrefslogtreecommitdiffstats
path: root/src/cunit.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-09-18 20:15:10 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-09-18 20:15:10 (GMT)
commitecd6505c51a58481e602cf4956b8d465bb575ca3 (patch)
treee392b1d7b573d6e303946f4e1c5da2e5d377d221 /src/cunit.mk
parentf7bf89c27b37346335b079ef1e1b03ef6b0f3714 (diff)
downloadmxe-ecd6505c51a58481e602cf4956b8d465bb575ca3.zip
mxe-ecd6505c51a58481e602cf4956b8d465bb575ca3.tar.gz
mxe-ecd6505c51a58481e602cf4956b8d465bb575ca3.tar.bz2
bugfix for package cunit
Diffstat (limited to 'src/cunit.mk')
-rw-r--r--src/cunit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cunit.mk b/src/cunit.mk
index ad8a5b1..876b262 100644
--- a/src/cunit.mk
+++ b/src/cunit.mk
@@ -13,7 +13,7 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/cunit/CUnit/$($(PKG)_VER
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/cunit/files/cunit/) | \
+ $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/cunit/files/) | \
$(SED) -n 's,.*CUnit-\([0-9][^>]*\)-src\.tar.*,\1,p' | \
tail -1
endef