[packages/sudoscript] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:09:55 CEST 2025


commit ba024a5bb3ec83526bc0404a8a67b810d9ffb221
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:09:40 2025 +0200

    Fix applying patches.

 sudoscript.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sudoscript.spec b/sudoscript.spec
index 37dd566..bd149b9 100644
--- a/sudoscript.spec
+++ b/sudoscript.spec
@@ -40,8 +40,8 @@ size of the logs produced, since they can grow quite large.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__make} doc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sudoscript.git/commitdiff/ba024a5bb3ec83526bc0404a8a67b810d9ffb221



More information about the pld-cvs-commit mailing list