Remove unneeded patch

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
Peter Lemenkov 2019-06-25 13:58:09 +02:00
parent 19904c40be
commit 3e3111b91f

View File

@ -58,7 +58,6 @@ find -name ".build" -exec rm \{\} \;
# Unpack elixir itself (Source0)
%setup -q -D
%patch1 -p1 -b .endiannes_check
# Remove windows-specific scripts
find -name '*.bat' -exec rm \{\} \;