mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +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 %{with bootstrap}
|
||||
#no dtrace
|
||||
%else
|
||||
%dir %{_usr}/lib/dtrace
|
||||
%{_usr}/lib/dtrace/node.d
|
||||
%endif
|
||||
|
|
Loading…
Reference in a new issue