[packages/nocc] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:35:46 CEST 2025
commit 04e01d776a8e45aefb0efde832abb26c00edfc1b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:35:30 2025 +0200
Fix applying patches.
nocc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nocc.spec b/nocc.spec
index 844af3b..ebdc2b5 100644
--- a/nocc.spec
+++ b/nocc.spec
@@ -41,8 +41,8 @@ pocztowych IMAP i POP3 przez WWW.
%setup -q -c %{name}-%{version}
%undos -f php
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
cat > apache.conf <<'EOF'
Alias /%{name} %{_appdir}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nocc.git/commitdiff/04e01d776a8e45aefb0efde832abb26c00edfc1b
More information about the pld-cvs-commit
mailing list