SHA256
11
0
forked from pool/elixir

Accepting request 186669 from home:matwey:branches:devel:languages:erlang

OBS-URL: https://build.opensuse.org/request/show/186669
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=3
This commit is contained in:
2013-08-12 07:50:11 +00:00
committed by Git OBS Bridge
parent 9b1c7cd022
commit e5dce5bf6d
6 changed files with 14 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
#
Name: elixir
Version: 0.9.3
Version: 0.10.1
Release: 1
License: Apache-2.0 and ErlPL-1.1
Summary: Functional meta-programming aware language built on top of the Erlang
@@ -60,7 +60,7 @@ PATH=$PATH:$PWD/bin make -C ../ex_doc
make docs
%install
make install INSTALL_PATH=%{buildroot}%{_prefix}
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
# Relink
for I in iex elixir elixirc mix
do