diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-03-04 09:06:30 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-03-04 18:43:37 +0100 |
commit | b9ac62e194c60a9481fab40edc803d41c1cef632 (patch) | |
tree | 77f9371b81d7f9667da739f85672f461a382c6ac /oox | |
parent | 9765d0a73982b321654296ced4718e043cedfc47 (diff) |
adapt script to instdir
Change-Id: Ibf88802777c09786f05c6ffff20d985fbbe491af
Diffstat (limited to 'oox')
-rwxr-xr-x | oox/source/drawingml/customshapes/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/customshapes/README b/oox/source/drawingml/customshapes/README index 53b4fd114cb9..fe1156e1a196 100755 --- a/oox/source/drawingml/customshapes/README +++ b/oox/source/drawingml/customshapes/README @@ -35,7 +35,7 @@ echo # We need only the SAL_INFO output with tag "oox.cscode", plus stderr # for PropertyMap::dumpCode() output. -SAL_LOG='+INFO.oox.cscode-WARN' install/program/soffice oox/source/drawingml/customshapes/pptx/cshape-all.pptx > oox/source/drawingml/customshapes/custom-shapes.log 2>&1 +SAL_LOG='+INFO.oox.cscode-WARN' instdir/program/soffice oox/source/drawingml/customshapes/pptx/cshape-all.pptx > oox/source/drawingml/customshapes/custom-shapes.log 2>&1 # Now run a script that reads the above log file and generates the |