From 24a681a9626f6a8da7499589e7a2f6df97218ede Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Fri, 25 Dec 2020 18:34:38 +0100 Subject: [PATCH] Update Makefile.am --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index ea01326..a625862 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ No newline at end of file + -mkdir -p $(prefix)/lib/lua + -cp -v APIs/* $(prefix)/lib/lua + -cp -v lib/core/lua-5.3.4/core.so $(prefix)/lib/lua