[packages/minify] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:19:38 CEST 2025


commit 59d8250f47b579b8404f9fb5e953bd8075d843a1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:19:22 2025 +0200

    Fix applying patches.

 minify.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/minify.spec b/minify.spec
index 48d567e..2bb3dc1 100644
--- a/minify.spec
+++ b/minify.spec
@@ -78,10 +78,10 @@ Unit tests for Minify.
 %setup -qc
 mv %{name}-*/* .
 %undos -f php
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 %undos UPGRADING.txt
 
 find -type f | xargs chmod a-x
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/minify.git/commitdiff/59d8250f47b579b8404f9fb5e953bd8075d843a1



More information about the pld-cvs-commit mailing list