diff options
Diffstat (limited to 'saslauthd/Makefile.am')
-rw-r--r-- | saslauthd/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/saslauthd/Makefile.am b/saslauthd/Makefile.am index 74378c6..d633610 100644 --- a/saslauthd/Makefile.am +++ b/saslauthd/Makefile.am @@ -1,2 +1,12 @@ +EXTRA_DIST = kolab-saslauthd.sysvinit + saslauthddir = $(pythondir)/saslauthd saslauthd_PYTHON = $(wildcard *.py) + +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 + + |