[elixir] Forgot to move the mix binary to the buildroot too.

Ricky Elrod codeblock at fedoraproject.org
Sun Aug 4 08:45:36 UTC 2013


commit 08dcc444f70a68986054e2415233af760387016e
Author: Ricky Elrod <ricky at elrod.me>
Date:   Sun Aug 4 04:45:23 2013 -0400

    Forgot to move the mix binary to the buildroot too.

 elixir.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/elixir.spec b/elixir.spec
index 1d1986d..e9eb125 100644
--- a/elixir.spec
+++ b/elixir.spec
@@ -1,6 +1,6 @@
 Name:           elixir
 Version:        0.10.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A modern approach to programming for the Erlang VM 
 
 Group:          Development/Languages
@@ -50,16 +50,20 @@ mkdir -p %{buildroot}/%{_datadir}/%{name}/%{version}
 cp -ra bin lib %{buildroot}/%{_datadir}/%{name}/%{version}
 
 mkdir -p %{buildroot}/%{_bindir}
-ln -s %{_datadir}/%{name}/%{version}/bin/{elixir,elixirc,iex} %{buildroot}/%{_bindir}/
+ln -s %{_datadir}/%{name}/%{version}/bin/{elixir,elixirc,iex,mix} %{buildroot}/%{_bindir}/
 
 %files
 %doc LICENSE LEGAL
 %{_bindir}/elixir
 %{_bindir}/elixirc
 %{_bindir}/iex
+%{_bindir}/mix
 %{_datadir}/%{name}
 
 %changelog
+* Sun Aug 4 2013 Ricky Elrod <codeblock at fedoraproject.org> - 0.10.1-2
+- Copy mix binary, too.
+
 * Sat Aug 3 2013 Ricky Elrod <codeblock at fedoraproject.org> - 0.10.1-1
 - Update to upstream 0.10.1.
 


More information about the scm-commits mailing list