portability fix for Open Solaris: Enforce the use of $(INSTALL) in package lua (by Tony Theodore)

This commit is contained in:
Volker Grabsch 2009-03-08 13:30:08 +01:00
parent 57fe800e2e
commit 6d7ac6561e
2 changed files with 2 additions and 0 deletions

View File

@ -227,6 +227,7 @@
<li>Rocco Rutte</li>
<li>Andreas Roever</li>
<li>Martin Lambers</li>
<li>Tony Theodore</li>
</ul>
<p>

View File

@ -26,5 +26,6 @@ define $(PKG)_BUILD
INSTALL_MAN='$(1)/noinstall' \
TO_BIN='lua.h' \
RANLIB='$(TARGET)-ranlib' \
INSTALL='$(INSTALL)' \
install ranlib
endef