From 1ab66d4b51d430a09dbf3c7a29c487ce31f1e6fd Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 9 Oct 2019 01:02:03 +0200 Subject: [PATCH] Properly install example-encrypt-dns.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a7ed872..2eb3c09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,8 +57,8 @@ An easy to install, high-performance, zero maintenance proxy to run an \ encrypted DNS server.""" assets = [ ["target/release/encrypted-dns", "usr/bin/", "755"], - ["README.md", "usr/share/doc/encrypted-dns/README", "644"], - ["encrypted-dns.toml", "usr/share/doc/encrypted-dns/encrypted-dns.toml", "644"] + ["README.md", "usr/share/doc/encrypted-dns/README.md", "644"], + ["example-encrypted-dns.toml", "usr/share/doc/encrypted-dns/example-encrypted-dns.toml", "644"] ] section = "network" depends = "$auto"