[packages/mess822] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:18:04 CEST 2025
commit 775be78110c1795009773851f2c21926263a6daf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:17:48 2025 +0200
Fix applying patches.
mess822.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mess822.spec b/mess822.spec
index fc64018..a2be703 100644
--- a/mess822.spec
+++ b/mess822.spec
@@ -75,10 +75,10 @@ Ten pakiet zawiera pliki nagłówkowe i biblioteki programistyczne.
%prep
%setup -q -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
+%patch -P3 -p1
%build
echo '%{__cc} %{rpmcflags}' > conf-cc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mess822.git/commitdiff/775be78110c1795009773851f2c21926263a6daf
More information about the pld-cvs-commit
mailing list