--- trunk/bin/BackupPC_updatedb 2005/11/10 15:07:10 235 +++ trunk/bin/BackupPC_updatedb 2005/11/17 15:06:24 239 @@ -256,10 +256,10 @@ ## update index ## -if (($opt{i} || $opt{j} || ($index_path && ! -e $index_path)) && !$opt{c}) { +if (($opt{i} || $opt{j} || ($index_path && ! -e $TopDir . $index_path)) && !$opt{c}) { # update all print "force update of HyperEstraier index "; - print "importing existing data" unless (-e $index_path); + print "importing existing data" unless (-e $TopDir . $index_path); print "by -i flag" if ($opt{i}); print "by -j flag" if ($opt{j}); print "\n";