[packages/frotz] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:36:33 CEST 2025
commit 10d6b82d82b226e94d704e820887377d4a376567
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:36:17 2025 +0200
Fix applying patches.
frotz.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/frotz.spec b/frotz.spec
index 10f5c42..2a11f71 100644
--- a/frotz.spec
+++ b/frotz.spec
@@ -24,8 +24,8 @@ Fiction Adventure.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/frotz.git/commitdiff/10d6b82d82b226e94d704e820887377d4a376567
More information about the pld-cvs-commit
mailing list