# HG changeset patch
# User bgruening
# Date 1365798332 14400
# Node ID abe9670bfc4476064c556b137d288e791ed04c3b
# Parent 4a71d98176f6389180a2c4e64ca1cdbd6ac7dcd4
Uploaded
diff -r 4a71d98176f6 -r abe9670bfc44 osra.xml
--- a/osra.xml Sun Mar 31 13:12:44 2013 -0400
+++ b/osra.xml Fri Apr 12 16:25:32 2013 -0400
@@ -4,7 +4,14 @@
osra
- osra -f $oformat $infile > $outfile
+ ## OSRA_DATA_FILES is set during the toolshed Installation
+ ## if it is not set, use the standard configuration and hope the best
+ osra -f $oformat $infile
+ #import os
+ #if os.environ.get('OSRA_DATA_FILES', None):
+ -l \$OSRA_DATA_FILES/spelling.txt -a \$OSRA_DATA_FILES/superatom.txt
+ #end if
+ > $outfile
diff -r 4a71d98176f6 -r abe9670bfc44 tool_dependencies.xml
--- a/tool_dependencies.xml Sun Mar 31 13:12:44 2013 -0400
+++ b/tool_dependencies.xml Fri Apr 12 16:25:32 2013 -0400
@@ -49,12 +49,10 @@
$INSTALL_DIR/gmagick/build/lib/
-
-
$INSTALL_DIR/potrace/build/lib/
-
-
$INSTALL_DIR/bin
+
+ $INSTALL_DIR/share