[packages/spooles] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:05:49 CEST 2025
commit ffaf6fa20b234fccb913255ffc1e4ce48464ddde
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:05:34 2025 +0200
Fix applying patches.
spooles.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/spooles.spec b/spooles.spec
index 1278c55..6b3aa15 100644
--- a/spooles.spec
+++ b/spooles.spec
@@ -79,8 +79,8 @@ Dokumentacja dla SPOOLES w formacie PostScript.
%prep
%setup -q -c
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
find . -name makefile -exec mv {} {}.orig \;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/spooles.git/commitdiff/ffaf6fa20b234fccb913255ffc1e4ce48464ddde
More information about the pld-cvs-commit
mailing list