Fix readme path in Debian package

Move the readme into to right directory when installing the debian
package.
This commit is contained in:
finga 2021-10-17 08:53:31 +02:00
parent 39096ef9cc
commit 41d8efe8a8

View file

@ -36,7 +36,7 @@ systemd-units = { enable = false }
assets = [
["config.yml", "etc/webhookey/", "644"],
["target/release/webhookey", "usr/bin/", "755"],
["README.md", "usr/share/doc/cargo-deb/README", "644"],
["README.md", "usr/share/doc/webhookey/README", "644"],
["debian/service", "lib/systemd/system/webhookey.service", "644"],
]
conf-files = ["/etc/webhookey/config.yml"]