[packages/buffer] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:52:11 CEST 2025
commit ed17d43f31880383560066d92e17627f85ea7fcd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:51:56 2025 +0200
Fix applying patches.
buffer.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/buffer.spec b/buffer.spec
index 7e29fc8..812fdd3 100644
--- a/buffer.spec
+++ b/buffer.spec
@@ -23,9 +23,9 @@ Program buforujący standardowe wejście i wyjście.
gzip -dc %{SOURCE0} > %{name}-%{version}.shar
chmod 755 %{name}-%{version}.shar
./%{name}-%{version}.shar
-%patch0 -p0
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p0
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/buffer.git/commitdiff/ed17d43f31880383560066d92e17627f85ea7fcd
More information about the pld-cvs-commit
mailing list