Skip to content

Commit

Permalink
dev_scripts: automate async install
Browse files Browse the repository at this point in the history
Also installs munin-async(d), so debugging it is eased.
  • Loading branch information
steveschnepp committed Jun 1, 2013
1 parent 704a300 commit 124c003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -173,7 +173,9 @@ install-plugins-java: build-plugins-java
# configure plugins. Or not. Better done under the direction of the installer
# or the packager.

install-async-prime:
install-async-prime: install-async

install-async:
mkdir -p $(LIBDIR)
$(INSTALL) -m 0755 build/node/_bin/munin-async $(LIBDIR)/
$(INSTALL) -m 0755 build/node/_bin/munin-asyncd $(LIBDIR)/
Expand Down
2 changes: 1 addition & 1 deletion dev_scripts/install
Expand Up @@ -16,7 +16,7 @@ if [ $1 ]; then
fi

make DESTDIR=$DESTDIR HTMLDIR=$DESTDIR/www/munin || exit
fakeroot make install-common-prime install-master-prime install-node-prime install-plugins-prime install-man DESTDIR=$DESTDIR HTMLDIR=$DESTDIR/www/munin || exit
fakeroot make install-common-prime install-master-prime install-node-prime install-plugins-prime install-man install-async DESTDIR=$DESTDIR HTMLDIR=$DESTDIR/www/munin || exit


if [ $1 ]; then
Expand Down

0 comments on commit 124c003

Please sign in to comment.