aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2019-06-21 14:30:01 +0200
committerRafał Miłecki <rafal@milecki.pl>2019-06-28 09:25:59 +0200
commitfe59b46ca7e0716e030a5d7cb0da9b4b6a79a8f4 (patch)
tree3fa7aaf0de9e0c8615d26150eda736426c07eeb0 /package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
parentc0c5c6351473333ea60488dfea6c7ccea0e9cc12 (diff)
downloadupstream-fe59b46ca7e0716e030a5d7cb0da9b4b6a79a8f4.tar.gz
upstream-fe59b46ca7e0716e030a5d7cb0da9b4b6a79a8f4.tar.bz2
upstream-fe59b46ca7e0716e030a5d7cb0da9b4b6a79a8f4.zip
lua: include version number in installed files
This will allow installing Lua 5.1 and newer versions at the same time. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch')
-rw-r--r--package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch b/package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
index b195352db1..4530edd181 100644
--- a/package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
+++ b/package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
@@ -1,13 +1,13 @@
--- a/Makefile
+++ b/Makefile
-@@ -42,7 +42,7 @@
+@@ -42,7 +42,7 @@ PLATS= aix ansi bsd freebsd generic linu
# What to install.
- TO_BIN= lua luac
+ TO_BIN= lua$V luac$V
-TO_INC= lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp
+TO_INC= lua.h luaconf.h lualib.h lauxlib.h lnum_config.h ../etc/lua.hpp
TO_LIB= liblua.a
- TO_MAN= lua.1 luac.1
+ TO_MAN= lua$V.1 luac$V.1
--- a/src/Makefile
+++ b/src/Makefile