diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-02-19 15:22:03 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-02-19 15:22:03 +0100 |
commit | f37df270f1a984f0a6138f4f22fc79a50e71dcc2 (patch) | |
tree | 52ba55a541fe035a5979fbb527c452f42cc254fe /Makefile.in | |
parent | 396eb4f5cf8b37cd2a9f14d85764e03761ade19f (diff) |
Revert "Improve the make dev-install message."
The one command running the soffice wrapper that does also
some extra work is the usual and simple case, running soffice.bin
is needed only when launching LO in gdb.
This reverts commit eee2fe2e7efe1476d363bfb36b09d7e0d4042438.
Conflicts:
Makefile.in
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:" |