mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-25 01:45:35 +00:00
Add missing else
This commit is contained in:
parent
9eb87fbf58
commit
73320d1063
1 changed files with 2 additions and 0 deletions
|
@ -394,6 +394,8 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
|
||||||
|
|
||||||
#%if ! 0%{?bootstrap}
|
#%if ! 0%{?bootstrap}
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
|
#no dtrace
|
||||||
|
%else
|
||||||
%dir %{_usr}/lib/dtrace
|
%dir %{_usr}/lib/dtrace
|
||||||
%{_usr}/lib/dtrace/node.d
|
%{_usr}/lib/dtrace/node.d
|
||||||
%endif
|
%endif
|
||||||
|
|
Loading…
Reference in a new issue