diff options
| author | mss | 2002-11-18 12:03:27 +0000 |
|---|---|---|
| committer | mss | 2002-11-18 12:03:27 +0000 |
| commit | 6e511d675c8b7442f5b9786c46bcba6d756c4153 (patch) | |
| tree | fc571990c5d41dc53e609bab096d2a736bf4cfab | |
| parent | 371d74f718cee5ad4f36f610628f8641a3fb4e8e (diff) | |
| download | mailman-6e511d675c8b7442f5b9786c46bcba6d756c4153.tar.gz mailman-6e511d675c8b7442f5b9786c46bcba6d756c4153.tar.zst mailman-6e511d675c8b7442f5b9786c46bcba6d756c4153.zip | |
install (locally) under the appropriate user
| -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) |
