SHA256
1
0
forked from pool/elixir

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

- Use %{_rpmmacrodir} for macros.elixir

OBS-URL: https://build.opensuse.org/request/show/662606
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=35
This commit is contained in:
Andrei Dziahel 2019-01-03 08:33:01 +00:00 committed by Git OBS Bridge
parent b646e41b9e
commit f7e3602538
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Dec 30 11:18:35 UTC 2018 - matwey.kornilov@gmail.com
- Use %{_rpmmacrodir} for macros.elixir
-------------------------------------------------------------------
Wed Dec 19 18:56:20 UTC 2018 - matwey.kornilov@gmail.com

View File

@ -80,7 +80,7 @@ for I in iex elixir elixirc mix
do
ln -sf %{elixirdir}/bin/$I %{buildroot}%{_bindir}/$I
done
install -D -m 0644 %{S:2} %{buildroot}%{_sysconfdir}/rpm/macros.elixir
install -D -m 0644 %{S:2} %{buildroot}%{_rpmmacrodir}/macros.elixir
%check
export LANG=en_US.UTF-8
@ -106,6 +106,6 @@ make test
%{elixirdir}/bin/mix
%{elixirdir}/bin/elixir
%{elixirdir}/lib/*
%config %{_sysconfdir}/rpm/macros.elixir
%{_rpmmacrodir}/macros.elixir
%changelog