Fix missing %dir
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
4c864a0d68
commit
9b2e0bcd71
@ -812,7 +812,7 @@ end
|
|||||||
%if 0%{?nodejs_default}
|
%if 0%{?nodejs_default}
|
||||||
%{_bindir}/node
|
%{_bindir}/node
|
||||||
%doc %{_mandir}/man1/node.1*
|
%doc %{_mandir}/man1/node.1*
|
||||||
dir %{nodejs_default_sitelib}
|
%dir %{nodejs_default_sitelib}
|
||||||
|
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
@ -824,7 +824,7 @@ end
|
|||||||
%if 0%{?nodejs_default}
|
%if 0%{?nodejs_default}
|
||||||
%{_bindir}/node
|
%{_bindir}/node
|
||||||
%doc %{_mandir}/man1/node.1*
|
%doc %{_mandir}/man1/node.1*
|
||||||
dir %{nodejs_default_sitelib}
|
%dir %{nodejs_default_sitelib}
|
||||||
|
|
||||||
{% if NODE_MAJOR < 19 -%}
|
{% if NODE_MAJOR < 19 -%}
|
||||||
%dir %{_datadir}/systemtap
|
%dir %{_datadir}/systemtap
|
||||||
|
Loading…
Reference in New Issue
Block a user