From 44c1d779f9681f19fbdbc3f4aa34f7b52b7333a6 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Wed, 9 Nov 2011 12:14:54 +0000 Subject: Correct source location for kolabd.py and saslauthd.py --- Makefile.am | 2 ++ kolabd/Makefile.am | 1 - 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 -- cgit v1.1