diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 12:14:54 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 12:14:54 +0000 |
commit | 44c1d779f9681f19fbdbc3f4aa34f7b52b7333a6 (patch) | |
tree | ecb6ffa92b578b38ae4972516cac845103c3a3e4 /saslauthd | |
parent | 546e58a0627395a03d7532194103564d3349f4d5 (diff) | |
download | pykolab-44c1d779f9681f19fbdbc3f4aa34f7b52b7333a6.tar.gz |
Correct source location for kolabd.py and saslauthd.py
Diffstat (limited to 'saslauthd')
-rw-r--r-- | saslauthd/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |