diff options
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 |