[packages/saper] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:51:11 CEST 2025
commit 831dd4d6992fbc5741e38d02347fff6df1b7e2a7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:50:55 2025 +0200
Fix applying patches.
saper.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/saper.spec b/saper.spec
index 37b2f33..1137e12 100644
--- a/saper.spec
+++ b/saper.spec
@@ -25,8 +25,8 @@ Oparty na Qt odtwarzacz plików muzycznych SAP (znanych z Atari XL/XE).
%prep
%setup -q -n %{name}-%{version}-src
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/saper.git/commitdiff/831dd4d6992fbc5741e38d02347fff6df1b7e2a7
More information about the pld-cvs-commit
mailing list