2
0
forked from pool/nodejs-common
Adam Majer 2019-10-25 11:46:47 +00:00 committed by Git OBS Bridge
parent b9f5cda917
commit 5be4bb1e69

View File

@ -51,9 +51,9 @@ cp %{S:2} .
gcc ${RPM_OPT_FLAGS} -g -o node %{S:1} gcc ${RPM_OPT_FLAGS} -g -o node %{S:1}
%install %install
install -D -m 0755 node %{buildroot}%{_bindir}/node install -D -m 0755 %{S:1} %{buildroot}%{_bindir}/node
ln node %{buildroot}%{_bindir}/npm ln -s node %{buildroot}%{_bindir}/npm
ln node %{buildroot}%{_bindir}/npx ln -s node %{buildroot}%{_bindir}/npx
%files %files
%license LICENSE %license LICENSE