Changeset 20766 for gsdl


Ignore:
Timestamp:
2009-09-30T15:39:39+13:00 (15 years ago)
Author:
kjdon
Message:

need to set source_path to be the original, not just the source filename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/ConvertBinaryFile.pm

    r19053 r20766  
    430430    my $collect_conv_file = &util::filename_within_collection($conv_filename);
    431431    $doc_obj->set_source_filename ($collect_file, $self->{'file_rename_method'});
     432    ## set_source_filename does not set the doc_obj source_path which is used in archives dbs for incremental
     433    # build. so set it manually.
     434    $doc_obj->{'source_path'} = $filename_full_path;
    432435    $doc_obj->set_converted_filename($collect_conv_file);
    433436
Note: See TracChangeset for help on using the changeset viewer.