[packages/lua40] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:10:58 CEST 2025


commit 92e1e4c99c42124a9dd18cb64b8c073f53b139c3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:10:42 2025 +0200

    Fix applying patches.

 lua40.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lua40.spec b/lua40.spec
index 5be4250..529816b 100644
--- a/lua40.spec
+++ b/lua40.spec
@@ -119,8 +119,8 @@ Bibliotecas estáticas para desenvolvimento com a linguagem Lua.
 %setup -q -n lua-%{version}
 cp -f %{SOURCE1} refman.ps.gz
 
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__make} -j1 all so sobin \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lua40.git/commitdiff/92e1e4c99c42124a9dd18cb64b8c073f53b139c3



More information about the pld-cvs-commit mailing list