changeset 1326:5e5a6eca6f05

upgrade package cunit: execute permissions fixed
author Tony Theodore <tonyt@logyst.com>
date Mon, 18 Oct 2010 04:32:24 +1100
parents 945e404ad473
children 69545102a290
files src/cunit.mk
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/cunit.mk	Fri Oct 15 16:05:57 2010 +0200
+++ b/src/cunit.mk	Mon Oct 18 04:32:24 2010 +1100
@@ -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 @@
 endef
 
 define $(PKG)_BUILD
-    chmod +x '$(1)/install-sh'
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --disable-shared \