added nodejs simlink as workaround for atom editor [release 7.7.3-2mamba;Fri Apr 07 2017]
This commit is contained in:
parent
f8a4f1c9ac
commit
540e6a73fc
@ -1,6 +1,6 @@
|
||||
Name: nodejs
|
||||
Version: 7.7.3
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Evented I/O for V8 JavaScript
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
@ -41,12 +41,15 @@ This package contains libraries and header files for developing applications tha
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
cd %{buildroot}/%{_bindir}
|
||||
ln -s node %{buildroot}/%{_bindir}/nodejs
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/nodejs
|
||||
%{_bindir}/node
|
||||
#%{_bindir}/node-repl
|
||||
#%{_bindir}/node-waf
|
||||
@ -80,6 +83,9 @@ This package contains libraries and header files for developing applications tha
|
||||
#%doc ChangeLog
|
||||
|
||||
%changelog
|
||||
* Fri Apr 07 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 7.7.3-2mamba
|
||||
- added nodejs simlink as workaround for atom editor
|
||||
|
||||
* Wed Mar 15 2017 Automatic Build System <autodist@mambasoft.it> 7.7.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user