[packages/rdist] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:40:40 CEST 2025
commit 2e99208ae6f5cef83a67bfa6c4a79abc5e92c845
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:40:24 2025 +0200
Fix applying patches.
rdist.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/rdist.spec b/rdist.spec
index d749156..b2ae327 100644
--- a/rdist.spec
+++ b/rdist.spec
@@ -52,15 +52,15 @@ aynı kullanıcı, grup ve kip bilgileri ile saklanması sağlanır.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p0
-%patch7 -p1
-%patch8 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p0
+%patch -P7 -p1
+%patch -P8 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rdist.git/commitdiff/2e99208ae6f5cef83a67bfa6c4a79abc5e92c845
More information about the pld-cvs-commit
mailing list