Edit binutils.spec: Doh - fix thinko in previous commit. ie put the "%{?scl:Requires:%scl_runtime}" in the correct place.
This commit is contained in:
parent
824c727efc
commit
38e629439a
@ -459,10 +459,10 @@ BuildRequires: xxhash-devel
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{bootstrapping}
|
||||
%{?scl:Requires:%scl_runtime}
|
||||
%define alternatives_cmd %{_sbindir}/alternatives
|
||||
%define alternatives_cmdline %{alternatives_cmd}
|
||||
%else
|
||||
%{?scl:Requires:%scl_runtime}
|
||||
%define alternatives_cmd %{!?scl:%{_sbindir}}%{?scl:%{_root_sbindir}}/alternatives
|
||||
%define alternatives_cmdline %{alternatives_cmd}%{?scl: --altdir %{_sysconfdir}/alternatives --admindir %{_scl_root}/var/lib/alternatives}
|
||||
%endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user