forked from pool/nodejs-common
- Remove extra -g from compiler command-line
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-common?expand=0&rev=15
This commit is contained in:
parent
9fbe6331e6
commit
aa31936914
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 27 00:35:03 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
Mon Oct 28 11:13:23 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
- install the binary and not the source code
|
- Remove extra -g from compiler command-line
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 1 15:03:12 UTC 2019 - adam.majer@suse.de
|
Fri Feb 1 15:03:12 UTC 2019 - adam.majer@suse.de
|
||||||
|
@ -52,8 +52,8 @@ gcc ${RPM_OPT_FLAGS} -o node %{S:1}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
install -D -m 0755 node %{buildroot}%{_bindir}/node
|
install -D -m 0755 node %{buildroot}%{_bindir}/node
|
||||||
ln -s node %{buildroot}%{_bindir}/npm
|
ln node %{buildroot}%{_bindir}/npm
|
||||||
ln -s node %{buildroot}%{_bindir}/npx
|
ln node %{buildroot}%{_bindir}/npx
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user