From d92c4ac0f60a73eccdb5ed1718fdb13e4e402349 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 7 Dec 2020 21:43:38 +0000 Subject: [PATCH] liblua54: update Makefile.patch --- packages/liblua54/Makefile.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/liblua54/Makefile.patch b/packages/liblua54/Makefile.patch index e11e061d1..d9af16411 100644 --- a/packages/liblua54/Makefile.patch +++ b/packages/liblua54/Makefile.patch @@ -28,7 +28,7 @@ diff -uNr lua-5.4.1/Makefile lua-5.4.1.mod/Makefile +# Lua version and release. +V= 5.4 -+R= $V.1 ++R= $V.2 + # What to install. TO_BIN= lua luac @@ -39,7 +39,7 @@ diff -uNr lua-5.4.1/Makefile lua-5.4.1.mod/Makefile -# Lua version and release. -V= 5.4 --R= $V.1 +-R= $V.2 - # Targets start here. all: $(PLAT)