From fe59b46ca7e0716e030a5d7cb0da9b4b6a79a8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Fri, 21 Jun 2019 14:30:01 +0200 Subject: lua: include version number in installed files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will allow installing Lua 5.1 and newer versions at the same time. Signed-off-by: Rafał Miłecki --- package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch') 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 -- cgit v1.2.3