summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca04f6b..cc3fa5b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,6 @@ section = "utility"
priority = "optional"
assets = [
["target/release/es-public-proxy", "usr/bin/", "755"],
- ["es-public-proxy.1", "usr/share/man/man1/", "644"],
- ["example_config.toml", "usr/share/doc/es-public-proxy/", "644"],
+ ["extra/es-public-proxy.1", "usr/share/man/man1/", "644"],
+ ["extra/example_config.toml", "usr/share/doc/es-public-proxy/", "644"],
]