summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge_mapper
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-01-18 12:59:11 +0100
committerGitHub <noreply@github.com>2022-01-18 12:59:11 +0100
commitfe345b80c9a8d38254fd0736cee90eaf5f07b42d (patch)
treebb1ea714acda50bbe7119c45cb432bc19cbb109b /crates/core/tedge_mapper
parent4cb4102644eb08abc280207a5f51a3eb55fe580c (diff)
Fix the paths of maintainer-scripts in Cargo.toml to adjust to cargo-deb 1.34.2 (#768)
Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
Diffstat (limited to 'crates/core/tedge_mapper')
-rw-r--r--crates/core/tedge_mapper/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/tedge_mapper/Cargo.toml b/crates/core/tedge_mapper/Cargo.toml
index 8f679205..6384e076 100644
--- a/crates/core/tedge_mapper/Cargo.toml
+++ b/crates/core/tedge_mapper/Cargo.toml
@@ -8,7 +8,7 @@ description = "tedge_mapper is the mapper that translates thin-edge.io data mode
[package.metadata.deb]
depends = "tedge"
-maintainer-scripts = "configuration/debian/tedge_mapper"
+maintainer-scripts = "../../../configuration/debian/tedge_mapper"
assets = [
["../../../configuration/init/systemd/tedge-mapper-az.service", "/lib/systemd/system/tedge-mapper-az.service", "644"],
["../../../configuration/init/systemd/tedge-mapper-c8y.service", "/lib/systemd/system/tedge-mapper-c8y.service", "644"],