summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-16 13:19:21 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-16 13:19:21 -0400
commit10dffc3ed32844de28b28c7db6f97849c7e4f01a (patch)
tree3aee9fae5748c9abddfcb2a3adc1a6ee0562720f /Makefile
parent15fbd71774a67ad84b52b3908733259844429024 (diff)
add parabolaweb-changepassword as a setuid program.v20140616
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9bf082f..1a698ae 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ confdir = /etc/conf.d
all: depends.txt
install: \
+ $(DESTDIR)$(sbindir)/parabolaweb-changepassword \
$(DESTDIR)$(sbindir)/parabolaweb-fcgi \
$(DESTDIR)$(sbindir)/parabolaweb-reporead-inotify \
$(DESTDIR)$(sbindir)/parabolaweb-update \
@@ -22,6 +23,9 @@ depends.txt: list-depends depends_static.txt
$(DESTDIR)$(sbindir)/%: %
install -Dm755 $< $@
+$(DESTDIR)$(sbindir)/parabolaweb-changepassword: parabolaweb-changepassword
+ install -Dm7755 $< $@
+
$(DESTDIR)$(systemddir)/%.service: %.service
install -Dm644 $< $@