diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-03-17 10:39:56 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-03-17 10:39:56 +0000 |
commit | 2433aa629811743523d926cb11dccebda4c6827f (patch) | |
tree | f6362600ed9b8a4cb22408f0c8ecce011f3f9999 /main/lua-turbo/fix-bindir.patch | |
parent | b608a8327f20bd38c068102da75f3591d178d31c (diff) | |
download | aports-2433aa629811743523d926cb11dccebda4c6827f.tar.bz2 aports-2433aa629811743523d926cb11dccebda4c6827f.tar.xz |
testing/lua-turbo: move to main
Diffstat (limited to 'main/lua-turbo/fix-bindir.patch')
-rw-r--r-- | main/lua-turbo/fix-bindir.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/lua-turbo/fix-bindir.patch b/main/lua-turbo/fix-bindir.patch new file mode 100644 index 0000000000..92bb5ef9d8 --- /dev/null +++ b/main/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 |