Fix readme path in Debian package
Move the readme into to right directory when installing the debian package.
This commit is contained in:
parent
39096ef9cc
commit
41d8efe8a8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ systemd-units = { enable = false }
|
||||||
assets = [
|
assets = [
|
||||||
["config.yml", "etc/webhookey/", "644"],
|
["config.yml", "etc/webhookey/", "644"],
|
||||||
["target/release/webhookey", "usr/bin/", "755"],
|
["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"],
|
["debian/service", "lib/systemd/system/webhookey.service", "644"],
|
||||||
]
|
]
|
||||||
conf-files = ["/etc/webhookey/config.yml"]
|
conf-files = ["/etc/webhookey/config.yml"]
|
||||||
|
|
Loading…
Reference in a new issue