[packages/lua-lpeg] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:11:18 CEST 2025


commit 1f628c77bd1a57a00a0ff6cbe1e60584e9afed1c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:11:02 2025 +0200

    Fix applying patches.

 lua-lpeg.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lua-lpeg.spec b/lua-lpeg.spec
index 113a355..4f211ed 100644
--- a/lua-lpeg.spec
+++ b/lua-lpeg.spec
@@ -49,7 +49,7 @@ Expression Grammars (PEGs).
 
 %prep
 %setup -q -n lpeg-%{version}
-%patch0 -p1
+%patch -P0 -p1
 # strict module not part of our Lua 5.1.4
 %{__sed} -i -e 's|require"strict"|-- require"strict"|' test.lua
 %{__chmod} -x test.lua
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lua-lpeg.git/commitdiff/1f628c77bd1a57a00a0ff6cbe1e60584e9afed1c



More information about the pld-cvs-commit mailing list