summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $< $@