summaryrefslogtreecommitdiffstats
path: root/src/cunit.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2010-10-15 10:47:35 (GMT)
committerTony Theodore <tonyt@logyst.com>2010-10-15 10:47:35 (GMT)
commitbd74b5d680105dcdc63d2d4d437b56ad2df7d4e4 (patch)
treee4d6f1572ab56524ac1e293d5e9eec4ec558a85a /src/cunit.mk
parentf0320df4758ce955b11dcd2eaa5c4ca4701e7803 (diff)
downloadmxe-bd74b5d680105dcdc63d2d4d437b56ad2df7d4e4.zip
mxe-bd74b5d680105dcdc63d2d4d437b56ad2df7d4e4.tar.gz
mxe-bd74b5d680105dcdc63d2d4d437b56ad2df7d4e4.tar.bz2
bugfix for package cunit: make install-sh executable
Diffstat (limited to 'src/cunit.mk')
-rw-r--r--src/cunit.mk1
1 files changed, 1 insertions, 0 deletions
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 \