summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-22 11:02:19 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-22 11:02:19 -0400
commite16a61a7cbd6ed720438b317525d0dc844b5f7ba (patch)
tree650ed0c10f76bb8e2301eadd741632367e6ead8b
parent10dffc3ed32844de28b28c7db6f97849c7e4f01a (diff)
I had a stupid while writing the setuid permission
-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 $< $@