From 984d3f2cf1c7dfcd563a8e6d18e1823c45fec4e5 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Mar 03 2020 10:14:31 +0000 Subject: Fix typo in sed Signed-off-by: Igor Raits --- 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