Skip to content

Commit

Permalink
Include sbmgr and flood binaries in generated deb and rpm packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrombrc committed May 30, 2013
1 parent 40ff04b commit 0091784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -147,10 +147,10 @@ test-all: test
pluginloader: heka-source
./scripts/setup_pluginloader.py

rpms: moz-plugins build docs
rpms: moz-plugins build docs sbmgr flood
./scripts/make_pkgs.sh rpm

debs: moz-plugins build docs
debs: moz-plugins build docs sbmgr flood
./scripts/make_pkgs.sh deb

osx: build docs
Expand Down
2 changes: 2 additions & 0 deletions scripts/make_pkgs.sh
Expand Up @@ -18,6 +18,8 @@ mkdir -p $ROOT/usr/share/man/man5
mkdir -p $1s
VERSION=`./bin/hekad -version`
cp bin/hekad $ROOT/usr/bin
cp bin/sbmgr $ROOT/usr/bin
cp bin/flood $ROOT/usr/bin
cp sample/hekad.toml $ROOT/etc/hekad.toml.sample
cp src/github.com/mozilla-services/heka/docs/build/man/hekad.1 $ROOT/usr/share/man/man1
cp src/github.com/mozilla-services/heka/docs/build/man/hekad.*.5 $ROOT/usr/share/man/man5
Expand Down

0 comments on commit 0091784

Please sign in to comment.