[packages/airstrike] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:31:27 CEST 2025
commit 2d9ce80f7fab77f652bcfb03a05a91f3f439d849
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:31:11 2025 +0200
Fix applying patches.
airstrike.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/airstrike.spec b/airstrike.spec
index e88d9bc..d8240be 100644
--- a/airstrike.spec
+++ b/airstrike.spec
@@ -40,8 +40,8 @@ linuksowej został sportowany dodatkowo na Windows i Mac OSX.
%prep
%setup -q -n %{name}-%{version}-src
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/airstrike.git/commitdiff/2d9ce80f7fab77f652bcfb03a05a91f3f439d849
More information about the pld-cvs-commit
mailing list