[packages/StormLib] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:09:15 CEST 2025
commit 491f0fab7e8bf010dfde0cde6ff1344eef9fc957
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:08:59 2025 +0200
Fix applying patches.
StormLib.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/StormLib.spec b/StormLib.spec
index bc423a4..2ff5448 100644
--- a/StormLib.spec
+++ b/StormLib.spec
@@ -31,8 +31,8 @@ Header files for the StormLib library.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%cmake -B build \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/StormLib.git/commitdiff/491f0fab7e8bf010dfde0cde6ff1344eef9fc957
More information about the pld-cvs-commit
mailing list