From b2e7a4d479e1ccbef6cab19f36173848471341fa Mon Sep 17 00:00:00 2001 From: Matt Loring Date: Tue, 22 Sep 2015 11:53:56 -0700 Subject: installer: install the tick processor The tick processor is used to provide readable profiling information from isolate tick logs (produced by a call to node -prof). This patch installs the file at $PREFIX/share/doc/node/tick-processor. PR-URL: https://github.com/nodejs/node/pull/3032 Reviewed-By: Ben Noordhuis --- tools/rpm/node.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/rpm') diff --git a/tools/rpm/node.spec b/tools/rpm/node.spec index 39b98ec554..a86cdf74db 100644 --- a/tools/rpm/node.spec +++ b/tools/rpm/node.spec @@ -94,6 +94,7 @@ done /usr/include/* /usr/lib/node_modules/ /usr/share/doc/node/gdbinit +/usr/share/doc/node/tick-processor /usr/share/man/man1/node.1.gz /usr/share/systemtap/tapset/node.stp %{_datadir}/%{name}/ @@ -101,6 +102,9 @@ done %changelog +* Tue Sep 22 2015 Matt Loring +- Added tick processor. + * Tue Jul 7 2015 Ali Ijaz Sheikh - Added gdbinit. -- cgit v1.2.3