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] [package.metadata.deb]
section = "network" section = "network"
assets = [ assets = [
["target/release/protomask", "usr/local/bin/", "755"], ["target/release/protomask", "/usr/local/bin/protomask", "755"],
["etc/protomask.toml", "etc", "644"] ["./protomask.toml", "/etc/protomask.toml", "644"]
] ]
conf-files = ["/etc/protomask.toml"] conf-files = ["/etc/protomask.toml"]
depends = [] depends = []
maintainer-scripts = "debian/" maintainer-scripts = "./debian/"
systemd-units = { enable = false } systemd-units = { enable = false }