1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 09:28:22 +01:00

Update Makefile.am

This commit is contained in:
Dany LE 2022-08-03 09:43:15 +02:00 committed by GitHub
parent 8dc0c7e133
commit c5e2de08ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,6 @@ SUBDIRS = . lib
EXTRA_DIST = README.md APIs
install-data-local:
-mkdir -p $(prefix)/lib/lua
-cp -v APIs/* $(prefix)/lib/lua
-cp -v lib/core/lua-5.3.4/core.so $(prefix)/lib/lua
-mkdir -p $(DESTDIR)/$(prefix)/lib/lua
-cp -v APIs/* $(DESTDIR)/$(prefix)/lib/lua
-cp -v lib/core/lua-5.3.4/core.so $(DESTDIR)/$(prefix)/lib/lua