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:
parent
b6a4535102
commit
6805494124
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user