mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
src/makefile: Use install instead of cp and mkdir.
This commit is contained in:
parent
c624761d32
commit
36461db5bb
@ -75,9 +75,9 @@ print:
|
||||
# Install directories
|
||||
#
|
||||
|
||||
INSTALL_DIR=mkdir -p
|
||||
INSTALL_DATA=cp
|
||||
INSTALL_EXEC=cp
|
||||
INSTALL_DIR=install -d
|
||||
INSTALL_DATA=install -m644
|
||||
INSTALL_EXEC=install
|
||||
INSTALL_TOP=$(DESTDIR)$(prefix)
|
||||
|
||||
INSTALL_TOP_SHARE=$(INSTALL_TOP)/share/lua/$(LUAV)
|
||||
|
Loading…
Reference in New Issue
Block a user