From bd74b5d680105dcdc63d2d4d437b56ad2df7d4e4 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 15 Oct 2010 21:47:35 +1100 Subject: bugfix for package cunit: make install-sh executable --- src/cunit.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cunit.mk b/src/cunit.mk index 77fb535..cc436a9 100644 --- a/src/cunit.mk +++ b/src/cunit.mk @@ -19,6 +19,7 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD + chmod +x '$(1)/install-sh' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \ -- cgit v0.12