[packages/slocate] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:00:51 CEST 2025
commit e34e0ca94c25a19befdc4737a2a9af8dd8899df6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:00:35 2025 +0200
Fix applying patches.
slocate.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/slocate.spec b/slocate.spec
index fc7806c..e2bea55 100644
--- a/slocate.spec
+++ b/slocate.spec
@@ -67,12 +67,12 @@ Slocate - це версія locate з покращеною безпечніст
%prep
%setup -q
gzip -d doc/*.gz
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/slocate.git/commitdiff/e34e0ca94c25a19befdc4737a2a9af8dd8899df6
More information about the pld-cvs-commit
mailing list