fix some deb bugs
This commit is contained in:
parent
9c40733f60
commit
8d8eff878f
@ -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 }
|
Loading…
x
Reference in New Issue
Block a user