From 29caaff596d025ac3a8f83b389a853916e94f5e0 Mon Sep 17 00:00:00 2001 From: finga Date: Thu, 22 Apr 2021 13:19:28 +0200 Subject: [PATCH] Fix debian build overwriting config file Add missing `confi-files` parameter to `Cargo.toml`. --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 224c50f..ec9bfe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1202,7 +1202,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "webhookey" -version = "0.1.0-rc.1" +version = "0.1.0-rc.2" dependencies = [ "anyhow", "dirs", diff --git a/Cargo.toml b/Cargo.toml index f27176a..37ae86b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webhookey" -version = "0.1.0-rc.1" +version = "0.1.0-rc.2" authors = ["finga "] edition = "2018" license = "GPL-3.0-or-later" @@ -38,3 +38,4 @@ assets = [ ["README.md", "usr/share/doc/cargo-deb/README", "644"], ["debian/service", "lib/systemd/system/webhookey.service", "644"], ] +conf-files = ["/etc/webhookey/config.yml"]