[packages/z-push] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:27:37 CEST 2025
commit 0282cdc59fbf9b8cdd87e4d84ed9d2c34f9265bd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:27 2025 +0200
Fix applying patches.
z-push.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/z-push.spec b/z-push.spec
index 34f23d1..8e7c228 100644
--- a/z-push.spec
+++ b/z-push.spec
@@ -33,8 +33,8 @@ can be connected and synced with these devices.
%prep
%setup -q -n %{name}
find -name '*.php' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
cat > apache.conf <<'EOF'
Alias /Microsoft-Server-ActiveSync %{_appdir}/index.php
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/z-push.git/commitdiff/0282cdc59fbf9b8cdd87e4d84ed9d2c34f9265bd
More information about the pld-cvs-commit
mailing list