Fix typo in sed

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent d9e54cb2d1
commit 984d3f2cf1
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

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

Loading…
Cancel
Save