diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-09-18 20:15:10 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-09-18 20:15:10 (GMT) |
commit | ecd6505c51a58481e602cf4956b8d465bb575ca3 (patch) | |
tree | e392b1d7b573d6e303946f4e1c5da2e5d377d221 | |
parent | f7bf89c27b37346335b079ef1e1b03ef6b0f3714 (diff) | |
download | mxe-ecd6505c51a58481e602cf4956b8d465bb575ca3.zip mxe-ecd6505c51a58481e602cf4956b8d465bb575ca3.tar.gz mxe-ecd6505c51a58481e602cf4956b8d465bb575ca3.tar.bz2 |
bugfix for package cunit
-rw-r--r-- | src/cunit.mk | 2 |
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 |