Fix typo in sed

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-03-03 11:14:31 +01:00
parent d9e54cb2d1
commit 984d3f2cf1
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -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