[packages/smurf] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:02:10 CEST 2025
commit baa1a09d38cdec518f82becf0e60a1c2f1e40f7e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:01:55 2025 +0200
Fix applying patches.
smurf.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/smurf.spec b/smurf.spec
index 70849de..1aa6457 100644
--- a/smurf.spec
+++ b/smurf.spec
@@ -39,8 +39,8 @@ wykorzystywać dowolną 16-bitową kartę obsługiwaną przez OSS.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
rm -f missing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/smurf.git/commitdiff/baa1a09d38cdec518f82becf0e60a1c2f1e40f7e
More information about the pld-cvs-commit
mailing list