[packages/scourge] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:54:12 CEST 2025
commit 80c7779c5de765845fdd96c002411affde36693d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:53:56 2025 +0200
Fix applying patches.
scourge.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/scourge.spec b/scourge.spec
index 27dd831..4271507 100644
--- a/scourge.spec
+++ b/scourge.spec
@@ -35,8 +35,8 @@ zdobywanie poziomów doświadczenia, itp.
%prep
%setup -q -n %{name} -a 1
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__aclocal} -I m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/scourge.git/commitdiff/80c7779c5de765845fdd96c002411affde36693d
More information about the pld-cvs-commit
mailing list