bugfix for package cunit: make install-sh executable

This commit is contained in:
Tony Theodore 2010-10-15 21:47:35 +11:00
parent f0320df475
commit bd74b5d680
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
chmod +x '$(1)/install-sh'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \