aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-turbo/fix-bindir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lua-turbo/fix-bindir.patch')
-rw-r--r--testing/lua-turbo/fix-bindir.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/lua-turbo/fix-bindir.patch b/testing/lua-turbo/fix-bindir.patch
new file mode 100644
index 0000000000..92bb5ef9d8
--- /dev/null
+++ b/testing/lua-turbo/fix-bindir.patch
@@ -0,0 +1,10 @@
+--- a/Makefile.orig
++++ b/Makefile
+@@ -89,6 +89,7 @@
+ @echo "==== $(LUAJIT_LIBRARYDIR) and ===="
+ @echo "==== $(LUAJIT_MODULEDIR) ===="
+ $(MKDIR) $(INSTALL_LIB)
++ $(MKDIR) $(INSTALL_BIN)
+ $(MKDIR) $(LUA_MODULEDIR)/turbo
+ $(MKDIR) $(LUAJIT_MODULEDIR)/turbo
+ $(CP_R) turbo/* $(LUA_MODULEDIR)/turbo