[packages/pcre] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:53:13 CEST 2025
commit b15f7b83f69a3508500edfc6f018df2f96e381fb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:52:57 2025 +0200
Fix applying patches.
pcre.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pcre.spec b/pcre.spec
index eae9ba1..a2612dc 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -266,8 +266,8 @@ Dokumentacja dla PCRE w formacie HTML.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p2
+%patch -P0 -p1
+%patch -P1 -p2
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pcre.git/commitdiff/b15f7b83f69a3508500edfc6f018df2f96e381fb
More information about the pld-cvs-commit
mailing list