diff options
author | Tony Theodore <tonyt@logyst.com> | 2010-10-15 10:47:35 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2010-10-15 10:47:35 (GMT) |
commit | bd74b5d680105dcdc63d2d4d437b56ad2df7d4e4 (patch) | |
tree | e4d6f1572ab56524ac1e293d5e9eec4ec558a85a /src/cunit.mk | |
parent | f0320df4758ce955b11dcd2eaa5c4ca4701e7803 (diff) | |
download | mxe-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.mk | 1 |
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 \ |