Remove the .gitignore file from ocaml/html which will be copied to docdir.

This commit is contained in:
Richard W.M. Jones 2015-10-06 19:00:55 +01:00
parent db1bbff52b
commit 5de847179b

View File

@ -988,6 +988,9 @@ popd
rm -r $RPM_BUILD_ROOT%{_libdir}/ocaml/v2v_test_harness rm -r $RPM_BUILD_ROOT%{_libdir}/ocaml/v2v_test_harness
rm -r $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs/dllv2v_test_harness* rm -r $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs/dllv2v_test_harness*
# Remove the .gitignore file from ocaml/html which will be copied to docdir.
rm ocaml/html/.gitignore
# Find locale files. # Find locale files.
%find_lang %{name} %find_lang %{name}