[packages/sc] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:52:06 CEST 2025
commit a55fe9abc753f38d4853d9917e8548640108c684
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:51:51 2025 +0200
Fix applying patches.
sc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sc.spec b/sc.spec
index 4aa6853..d4692a7 100644
--- a/sc.spec
+++ b/sc.spec
@@ -35,8 +35,8 @@ tesktowej, często bazując na wartościach innych komórek (formuła).
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} CFLAGS="%{rpmcppflags} %{rpmcflags} -I/usr/include/ncurses -DSYSV3" \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sc.git/commitdiff/a55fe9abc753f38d4853d9917e8548640108c684
More information about the pld-cvs-commit
mailing list