summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormss2002-11-18 12:03:27 +0000
committermss2002-11-18 12:03:27 +0000
commit6e511d675c8b7442f5b9786c46bcba6d756c4153 (patch)
treefc571990c5d41dc53e609bab096d2a736bf4cfab
parent371d74f718cee5ad4f36f610628f8641a3fb4e8e (diff)
downloadmailman-6e511d675c8b7442f5b9786c46bcba6d756c4153.tar.gz
mailman-6e511d675c8b7442f5b9786c46bcba6d756c4153.tar.zst
mailman-6e511d675c8b7442f5b9786c46bcba6d756c4153.zip
install (locally) under the appropriate user
-rw-r--r--templates/ru/Makefile4
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)