diff options
author | Ryan McCoskrie <ryan.mccoskrie@gmail.com> | 2014-09-14 16:23:55 +1200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-09-14 06:34:33 +0000 |
commit | 3327bf17571aed98abcdd565aac523141c009c5f (patch) | |
tree | 839fd535286e72afab8a8d62f0637c58d93acd78 /wizards | |
parent | 44304a8147eb10489cf8b748076754b2fbda9e76 (diff) |
Updated example paths in wizards/com/sun/star/wizards/README
Change-Id: I5bd14f81c5eefc2227662605d6ccb107254c53df
Reviewed-on: https://gerrit.libreoffice.org/11440
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/README b/wizards/com/sun/star/wizards/README index 2d7bcbced365..9ee28400481b 100644 --- a/wizards/com/sun/star/wizards/README +++ b/wizards/com/sun/star/wizards/README @@ -1,8 +1,8 @@ To call a wizard remotely you need to: -> For testing on core: - export URE_BOOTSTRAP="file:///home/'USER'/git/libo/install/program/fundamentalrc" - export PYTHONPATH=/home/'USER'/git/libo/install/program + export URE_BOOTSTRAP="file:///home/'USER'/libreoffice-core/instdir/program/fundamentalrc" + export PYTHONPATH=/home/'USER'/libreoffice-core/instdir/program #and run LibreOffice in listening mode: ./soffice --"accept=socket,host=localhost,port=2002;urp;" |