diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c22bc3986519..925b11daef98 100644 --- a/Makefile.in +++ b/Makefile.in @@ -382,6 +382,9 @@ else endif endif @rm -f $(SRCDIR)/install && ln -s $(DEVINSTALLDIR)/opt/ $(SRCDIR)/install + @echo + @echo "Developer installation finished, you can now execute:" + @echo "$(SRCDIR)/install/program/soffice" dev-install-nocheck : export SKIP_TESTS := YES dev-install-nocheck : dev-install |