commit 5bb23f5979a118a510beae84206e4a3193ebbdff Author: Ricky Elrod ricky@elrod.me Date: Sun Jan 19 03:39:18 2014 -0500
Remove %patch0
elixir.spec | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) --- diff --git a/elixir.spec b/elixir.spec index 9f899c7..e4d323e 100644 --- a/elixir.spec +++ b/elixir.spec @@ -23,7 +23,6 @@ fault-tolerant, non-stop applications with hot code swapping.
%prep %setup -q -%patch0 -p1 rm rebar sed -i '/REBAR := /d' Makefile sed -i '1i REBAR := "$(shell which rebar || echo `pwd`/rebar)"' Makefile
erlang@lists.fedoraproject.org