[packages/mysar] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:27:36 CEST 2025


commit 9d658c6284cf04502c331572ce3a25666a074940
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:27:20 2025 +0200

    Fix applying patches.

 mysar.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mysar.spec b/mysar.spec
index 55d4753..91e5738 100644
--- a/mysar.spec
+++ b/mysar.spec
@@ -53,10 +53,10 @@ Pakiet ten dostarcza skryptów instalacyjnych dla mysar.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 
 cat > apache.conf <<'EOF'
 Alias /%{name} %{_appdir}/www
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysar.git/commitdiff/9d658c6284cf04502c331572ce3a25666a074940



More information about the pld-cvs-commit mailing list