Remove the hairy "patching" of setup.ml on RHEL 7.

In fact it just broke the build on RHEL 7, and wasn't necessary
in any case.
This commit is contained in:
Richard W.M. Jones 2017-05-16 13:56:38 +01:00
parent b6a4535102
commit 6805494124
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ developing applications that use %{name}.
%if 0%{?rhel} >= 7
rm test/test.ml
touch test/test.ml
mv setup.ml setup.ml.old
sed '/oUnit/d' < setup.ml.old > setup.ml
%endif