Actually apply patch (2)

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
Peter Lemenkov 2023-07-07 19:33:40 +02:00
parent 8e46fc1b41
commit b990107f87

View File

@ -44,7 +44,7 @@ fault-tolerant, non-stop applications with hot code swapping.
find -name ".build" -exec rm \{\} \;
# Unpack elixir itself (Source0)
%autosetup -p1 -q -D
%autosetup -p1 -D
# Remove windows-specific scripts
find -name '*.bat' -exec rm \{\} \;