[packages/xboing] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:13:08 CEST 2025
commit eb3a376973b60f0f2e6bb954012bbf2e45a29d42
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:53 2025 +0200
Fix applying patches.
xboing.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/xboing.spec b/xboing.spec
index 3b3ad9b..09d49b4 100644
--- a/xboing.spec
+++ b/xboing.spec
@@ -32,10 +32,10 @@ do przebicia się przez wszystkie.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
xmkmf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xboing.git/commitdiff/eb3a376973b60f0f2e6bb954012bbf2e45a29d42
More information about the pld-cvs-commit
mailing list