summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-01 16:01:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-01 16:03:54 +0000
commit3da365b32cc43eeaa44915531a67bf138c0fec6a (patch)
treedd4322bb63ee4ab33b804ce32ae91e6865f664a6
parent9a6fc0ff23567a6e943bf1ea01838e15d2d9c43e (diff)
add another dir to the PYTHONPATH
-rwxr-xr-xsolenv/bin/ooinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall
index c20be417e..ade407278 100755
--- a/solenv/bin/ooinstall
+++ b/solenv/bin/ooinstall
@@ -22,7 +22,7 @@ if ( $ENV{'SYSTEM_MOZILLA'} eq 'YES' ) {
}
# Workaround for the Python
-$ENV{'PYTHONPATH'} = "$ENV{'SRC_ROOT'}/instsetoo_native/$ENV{'INPATH'}/bin:$ENV{'SOLARVERSION'}/$ENV{'INPATH'}/lib:$ENV{'SOLARVERSION'}/$ENV{'INPATH'}/lib/python/lib-dynload";
+$ENV{'PYTHONPATH'} = "$ENV{'SRC_ROOT'}/instsetoo_native/$ENV{'INPATH'}/bin:$ENV{'SOLARVERSION'}/$ENV{'INPATH'}/lib:$ENV{'SOLARVERSION'}/$ENV{'INPATH'}/lib/python:$ENV{'SOLARVERSION'}/$ENV{'INPATH'}/lib/python/lib-dynload";
for $arg (@ARGV) {
if ($arg eq '-l') {