Corrected a number of apt packaging issues
This commit is contained in:
@ -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"]
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user