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)