summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-07-13 16:06:58 +0200
committerKurt Zenker <kz@openoffice.org>2010-07-13 16:06:58 +0200
commita1e6cecc361c2f6e26ee6738231184022f6b18dd (patch)
tree89a29721475ff4505d50985d709faab9c40a617c
parentcea3e401e3ba79fbcd58b49a0f71d520e079c3ea (diff)
masterfix: #i112911# localize doesn't export files fixed
Notes
split repo tag: libs-gui_ooo/OOO330_m1
-rw-r--r--l10ntools/scripts/localize.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/l10ntools/scripts/localize.pl b/l10ntools/scripts/localize.pl
index 4aea1d933992..4b7040d6583d 100644
--- a/l10ntools/scripts/localize.pl
+++ b/l10ntools/scripts/localize.pl
@@ -461,6 +461,7 @@ sub collectfiles{
### Search sdf particles
#print STDOUT "### Searching sdf particles\n";
my $working_path = getcwd();
+ chdir $ENV{SOURCE_ROOT_DIR}, if defined $ENV{SOURCE_ROOT_DIR};
#chdir $srcpath;
#find ( { wanted => \&wanted , follow => 1 }, getcwd() );
#chdir $working_path;
@@ -701,6 +702,7 @@ sub collectfiles{
close DESTFILE;
close LOCALIZEPARTICLE;
close ALLPARTICLES_MERGED;
+ chdir $working_path;
#print STDOUT "DBG: \$localizeSDF $localizeSDF \$particleSDF_merged $particleSDF_merged\n";
unlink $localizeSDF , $particleSDF_merged , $my_localize_log;