summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a698ae..a761beb 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ $(DESTDIR)$(sbindir)/%: %
install -Dm755 $< $@
$(DESTDIR)$(sbindir)/parabolaweb-changepassword: parabolaweb-changepassword
- install -Dm7755 $< $@
+ install -Dm6755 $< $@
$(DESTDIR)$(systemddir)/%.service: %.service
install -Dm644 $< $@