diff options
| -rw-r--r-- | templates/ru/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ru/Makefile b/templates/ru/Makefile index 95c56102c..148099df4 100644 --- a/templates/ru/Makefile +++ b/templates/ru/Makefile @@ -46,5 +46,5 @@ $(WEB)/status.html: status s2h.py ./s2h.py > $@ install: - sudo install -d $(TARGET) - sudo install $(FILES) $(TARGET) + sudo -u mailman install -d $(TARGET) + sudo -u mailman install $(FILES) $(TARGET) |
