www-apps/mattermost: fix missing checkpath

This commit is contained in:
nemunaire 2018-05-09 06:56:02 +02:00
commit aad0f1ec09
2 changed files with 2 additions and 2 deletions

View file

@ -12,5 +12,5 @@ depend() {
}
start_pre() {
checkpath -d -m 0750 -o nobody:nobody /var/run/mattermost/ /var/lib/mattermost/
checkpath -d -m 0750 -o nobody:nobody /var/run/mattermost/ /var/lib/mattermost/ /var/log/mattermost/
}