diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 $< $@ |