[packages/pisg] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:16:38 CEST 2025
commit cf09512caece5afa8e24ad249c8b9fb63331ce94
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:16:22 2025 +0200
Fix applying patches.
pisg.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/pisg.spec b/pisg.spec
index b8c8e86..244106e 100644
--- a/pisg.spec
+++ b/pisg.spec
@@ -33,11 +33,11 @@ dokumentacja znajduje się na: <http://pisg.sourceforge.net/docs/>.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
mv docs/pisg.1 .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pisg.git/commitdiff/cf09512caece5afa8e24ad249c8b9fb63331ce94
More information about the pld-cvs-commit
mailing list