build_deb.sh: don't generate scylla-jmx.service from mustache template (#81)

Takuya had untemplataize scylla-jmx.service in commit e8355087ea
But the build_deb.sh still tries to generate service file from a deleted
mustache template file -- scylla-jmx.spec.mustache. It wrongly redirects
a path to service file, then scylla-jmx would fail to start.

Fixes #80
This commit is contained in:
Amos Kong 2019-10-01 10:35:50 -05:00 committed by Pekka Enberg
parent f915f8fc7a
commit fa00e84794
1 changed files with 1 additions and 1 deletions

View File

@ -121,6 +121,6 @@ pystache dist/debian/rules.mustache "{ $MUSTACHE_DIST }" > debian/rules
chmod a+rx debian/rules
pystache dist/debian/control.mustache "{ $MUSTACHE_DIST }" > debian/control
pystache dist/common/systemd/scylla-jmx.service.mustache "{ $MUSTACHE_DIST }" > debian/scylla-jmx.service
cp dist/common/systemd/scylla-jmx.service debian/scylla-jmx.service
debuild -rfakeroot -us -uc