[packages/rogue] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:43:46 CEST 2025


commit dea05020d4a5cb2cbcad1c3556ebf855f84f782b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:43:30 2025 +0200

    Fix applying patches.

 rogue.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/rogue.spec b/rogue.spec
index 0bf892a..4fd7aff 100644
--- a/rogue.spec
+++ b/rogue.spec
@@ -58,9 +58,9 @@ Psuje dla rogue.
 
 %prep
 %setup -a3 -q -c %{name}-%{version}
-%patch0 -p1
-%patch1 -p0
-%patch2 -p0
+%patch -P0 -p1
+%patch -P1 -p0
+%patch -P2 -p0
 
 %build
 for i in *.[ch]
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rogue.git/commitdiff/dea05020d4a5cb2cbcad1c3556ebf855f84f782b



More information about the pld-cvs-commit mailing list