diff --git a/nodejs20.spec b/nodejs20.spec index c219406..63d75a0 100644 --- a/nodejs20.spec +++ b/nodejs20.spec @@ -39,7 +39,7 @@ # Determine if this should be the default version for this Fedora release # The default version will own /usr/bin/node and friends -%if 0%{?fedora} == 39 || 0%{?fedora} == 40 | 0%{?rhel} == 10 +%if 0%{?fedora} == 39 || 0%{?fedora} == 40 || 0%{?rhel} == 10 %global nodejs_default %{nodejs_major} %endif