[packages/fox] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:34:44 CEST 2025
commit e4a3f3e4b3ab1ead82c7fd6ef068b1c7298d73ec
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:34:28 2025 +0200
Fix applying patches.
fox.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/fox.spec b/fox.spec
index 1cc3125..d464866 100644
--- a/fox.spec
+++ b/fox.spec
@@ -134,10 +134,10 @@ FOX - przykładowe programy.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fox.git/commitdiff/e4a3f3e4b3ab1ead82c7fd6ef068b1c7298d73ec
More information about the pld-cvs-commit
mailing list