diff options
author | Tony Theodore <tonyt@logyst.com> | 2010-10-17 17:32:24 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2010-10-17 17:32:24 (GMT) |
commit | 9a8627942d4ec5cfc402c0f131eb112e6bf0d9f3 (patch) | |
tree | a5e4c69c447fe3623e7c709c8e55831e437ccc61 /src/cunit.mk | |
parent | e70f7af62e076b7c9bbfe7aa0f0d68b594221c64 (diff) | |
download | mxe-9a8627942d4ec5cfc402c0f131eb112e6bf0d9f3.zip mxe-9a8627942d4ec5cfc402c0f131eb112e6bf0d9f3.tar.gz mxe-9a8627942d4ec5cfc402c0f131eb112e6bf0d9f3.tar.bz2 |
upgrade package cunit: execute permissions fixed
Diffstat (limited to 'src/cunit.mk')
-rw-r--r-- | src/cunit.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cunit.mk b/src/cunit.mk index cc436a9..dc8ff1c 100644 --- a/src/cunit.mk +++ b/src/cunit.mk @@ -4,8 +4,8 @@ # cunit PKG := cunit $(PKG)_IGNORE := -$(PKG)_VERSION := 2.1-1 -$(PKG)_CHECKSUM := a6aee7e346ba672c7723561f3e3253bfe53087ca +$(PKG)_VERSION := 2.1-2 +$(PKG)_CHECKSUM := 6c2d0627eb64c09c7140726d6bf814cf531a3ce0 $(PKG)_SUBDIR := CUnit-$($(PKG)_VERSION) $(PKG)_FILE := CUnit-$($(PKG)_VERSION)-src.tar.bz2 $(PKG)_WEBSITE := http://cunit.sourceforge.net/ @@ -19,7 +19,6 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - chmod +x '$(1)/install-sh' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \ |