1

fix some deb bugs

This commit is contained in:
Evan Pratten 2023-07-20 19:20:53 -04:00
parent 9c40733f60
commit 8d8eff878f
2 changed files with 3 additions and 3 deletions

View File

@ -46,10 +46,10 @@ path = "src/cli/main.rs"
[package.metadata.deb]
section = "network"
assets = [
["target/release/protomask", "usr/local/bin/", "755"],
["etc/protomask.toml", "etc", "644"]
["target/release/protomask", "/usr/local/bin/protomask", "755"],
["./protomask.toml", "/etc/protomask.toml", "644"]
]
conf-files = ["/etc/protomask.toml"]
depends = []
maintainer-scripts = "debian/"
maintainer-scripts = "./debian/"
systemd-units = { enable = false }