diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 0eedd22ed970..45c292791f48 100644 --- a/Makefile.in +++ b/Makefile.in @@ -386,9 +386,7 @@ ifeq ($(OS),LINUX) @echo @echo "Developer installation finished, you can now execute:" @echo - @echo " cd $(SRCDIR)/install/program" - @echo " . ./ooenv" - @echo " ./soffice.bin" + @echo "$(SRCDIR)/install/program/soffice" else ifeq ($(OS),MACOSX) @echo @echo "Developer installation finished, you can now run:" |