Skip to content

Commit

Permalink
fix(deb): fix example config path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrene committed Jun 5, 2021
1 parent df7db9b commit 46a6150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ hid = ["hidapi"]
assets = [
["target/release/minidsp", "usr/bin/", "755"],
["target/release/minidspd", "usr/bin/", "755"],
["../config.example.toml", "etc/minidsp/config.toml", "644"],
["../docs/config.example.toml", "etc/minidsp/config.toml", "644"],
["../README.md", "usr/share/doc/minidsp/README", "644"],
["../debian/minidsp.service", "lib/systemd/system/minidsp.service", "644"],
["../debian/minidsp.udev", "lib/udev/rules.d/99-minidsp.rules", "644"],
Expand Down

0 comments on commit 46a6150

Please # to comment.