From 3327bf17571aed98abcdd565aac523141c009c5f Mon Sep 17 00:00:00 2001 From: Ryan McCoskrie Date: Sun, 14 Sep 2014 16:23:55 +1200 Subject: Updated example paths in wizards/com/sun/star/wizards/README Change-Id: I5bd14f81c5eefc2227662605d6ccb107254c53df Reviewed-on: https://gerrit.libreoffice.org/11440 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- wizards/com/sun/star/wizards/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards/com') 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;" -- cgit