From 984d3f2cf1c7dfcd563a8e6d18e1823c45fec4e5 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Tue, 3 Mar 2020 11:14:31 +0100 Subject: [PATCH] Fix typo in sed Signed-off-by: Igor Raits --- libgit2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgit2.spec b/libgit2.spec index 0bf5af4..d79ea79 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -38,7 +38,7 @@ developing applications that use %{name}. %prep %autosetup -p1 -sed -i -e '/LIBGIT2_PC_REQUIRES/libpcre2/libpcre2-8/' src/CMakeLists.txt +sed -i -e '/LIBGIT2_PC_REQUIRES/s/libpcre2/libpcre2-8/' src/CMakeLists.txt # Remove VCS files from examples find examples -name ".gitignore" -delete -print