Corrected a number of apt packaging issues

This commit is contained in:
jude
2023-06-13 10:40:04 +01:00
parent c4bd2c1d18
commit c824a36832
7 changed files with 16 additions and 16 deletions

View File

@ -41,8 +41,9 @@ maintainer-scripts = "debian"
assets = [
["target/release/reminder-rs", "usr/bin/reminder-rs", "755"],
["conf/default.env", "etc/reminder-rs/default.env", "600"],
["web/static/**/*", "var/www/reminder-rs/static", "755"],
["web/templates/**/*", "var/www/reminder-rs/templates", "755"],
["conf/Rocket.toml", "etc/reminder-rs/Rocket.toml", "600"],
["web/static/**/*", "lib/reminder-rs/static", "755"],
["web/templates/**/*", "lib/reminder-rs/templates", "755"],
# ["nginx/reminder-rs", "etc/nginx/sites-available/reminder-rs", "755"]
]