diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,8 +6,9 @@ confdir = /etc/conf.d all: depends.txt install: \ - $(DESTDIR)$(sbindir)/parabolaweb-update \ $(DESTDIR)$(sbindir)/parabolaweb-fcgi \ + $(DESTDIR)$(sbindir)/parabolaweb-reporead-inotify \ + $(DESTDIR)$(sbindir)/parabolaweb-update \ $(DESTDIR)$(confdir)/parabolaweb \ $(DESTDIR)$(systemddir)/parabolaweb.service \ $(DESTDIR)$(systemddir)/parabolaweb-reporead-inotify.service |