[packages/clickheat] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:00:32 CEST 2025
commit d9573d13232b30f92d2d03c6675117dd7dd28a6d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:00:16 2025 +0200
Fix applying patches.
clickheat.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/clickheat.spec b/clickheat.spec
index a695710..9482f90 100644
--- a/clickheat.spec
+++ b/clickheat.spec
@@ -51,9 +51,9 @@ and cold click zones.
%prep
%setup -qc
mv %{name}/* .
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# to satisfy deps
%{__sed} -i -e '1s,#!/usr/bin/php5-cgi -q,#!/usr/bin/php,' scripts/compressJs.php
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/clickheat.git/commitdiff/d9573d13232b30f92d2d03c6675117dd7dd28a6d
More information about the pld-cvs-commit
mailing list