diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 11:59:13 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 11:59:13 +0000 |
commit | b1ca449cfe4e497b6192f592e1bab4e85f156f2f (patch) | |
tree | 48ed12eaa3afba8aa9dfdbb6180bc2695e9b7c0c | |
parent | 93f84a5d10f0b9fd64a840631832271f122034d7 (diff) | |
download | pykolab-b1ca449cfe4e497b6192f592e1bab4e85f156f2f.tar.gz |
Install as executable
-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 + + |