diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-10-27 23:16:05 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-10-27 23:16:05 +0100 |
commit | 33344bf341ed1416f22122a704b9e8c0360d52e9 (patch) | |
tree | b4840802e63731e98089bd9f8edce0e6e5971016 /Makefile.am | |
parent | 2a78370ea84447e486079080eaa7901979d572bc (diff) | |
download | pykolab-33344bf341ed1416f22122a704b9e8c0360d52e9.tar.gz |
Add a README.testsdev/kolab-test-suite
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a0b4e39..c718091 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,12 +9,13 @@ EXTRA_DIST = \ COPYING \ INSTALL \ NEWS \ - README + README \ + README.tests execdir = $(sbindir) install-exec-local: mkdir -p $(DESTDIR)/$(sbindir) $(DISTDIR)/$(bindir) - $(INSTALL) -p 755 pykolab.py $(DESTDIR)/$(sbindir) + $(INSTALL) -p -m 755 pykolab.py $(DESTDIR)/$(sbindir)/pykolab pushd $(DESTDIR)$(bindir);$(LN_S) consolehelper pykolab;popd |