Add missing else

This commit is contained in:
Zuzana Svetlikova 2017-10-06 23:36:06 +02:00
parent 9eb87fbf58
commit 73320d1063
1 changed files with 2 additions and 0 deletions

View File

@ -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