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:
parent
f915f8fc7a
commit
fa00e84794
2
dist/debian/build_deb.sh
vendored
2
dist/debian/build_deb.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user