[packages/linenoise] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:06:44 CEST 2025
commit e6cfb2b4f73d4caa7708fa4253162d9335d08079
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:06:28 2025 +0200
Fix applying patches.
linenoise.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/linenoise.spec b/linenoise.spec
index 9eb4a66..f737150 100644
--- a/linenoise.spec
+++ b/linenoise.spec
@@ -52,8 +52,8 @@ wykorzystującego bibliotekę linenoise.
%prep
%setup -q -n tadmarshall-%{name}-%{git_rev}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
export CFLAGS="%{rpmcflags}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/linenoise.git/commitdiff/e6cfb2b4f73d4caa7708fa4253162d9335d08079
More information about the pld-cvs-commit
mailing list