diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | kolabd/Makefile.am | 1 | ||||
-rw-r--r-- | saslauthd/Makefile.am | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c95d1b9..1e3db21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -163,6 +163,8 @@ install-exec-local: $(DESTDIR)/$(localstatedir)/log/kolab $(INSTALL) -p -m 755 conf.py $(DESTDIR)/$(sbindir)/kolab-conf $(INSTALL) -p -m 755 kolab.py $(DESTDIR)/$(sbindir)/kolab + $(INSTALL) -p -m 755 kolabd.py $(DESTDIR)/$(sbindir)/kolabd + $(INSTALL) -p -m 755 saslauthd.py $(DESTDIR)/$(sbindir)/kolab-saslauthd $(INSTALL) -p -m 755 kolabtest.py $(DESTDIR)/$(bindir)/kolab-test $(INSTALL) -p -m 644 cyruslib.py $(DESTDIR)/$(pythondir) $(INSTALL) -p -m 755 bin/kolab_parse_telemetry.py $(DESTDIR)/$(sbindir)/kolab_parse_telemetry diff --git a/kolabd/Makefile.am b/kolabd/Makefile.am index fa79899..60b99ef 100644 --- a/kolabd/Makefile.am +++ b/kolabd/Makefile.am @@ -5,4 +5,3 @@ kolabd_PYTHON = $(wildcard *.py) install-exec-local: mkdir -p $(DESTDIR)/$(sbindir) - $(INSTALL) -p -m 755 kolabd.py $(DESTDIR)/$(sbindir)/kolabd diff --git a/saslauthd/Makefile.am b/saslauthd/Makefile.am index d633610..7d5c094 100644 --- a/saslauthd/Makefile.am +++ b/saslauthd/Makefile.am @@ -7,6 +7,5 @@ install-exec-local: mkdir -p $(DESTDIR)/$(localstatedir)/run/kolab-saslauthd \ $(DESTDIR)/$(localstatedir)/run/saslauthd \ $(DESTDIR)/$(localstatedir)/lib/kolab-saslauthd - $(INSTALL) -p -m 755 saslauthd.py $(DESTDIR)/$(sbindir)/kolab-saslauthd |