Ignore:
Timestamp:
2013-09-04T21:46:07+12:00 (11 years ago)
Author:
ak19
Message:

No more absolute paths in archiveinf-doc.gdb and archiveinf-src.gdb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/manifest.pm

    r27299 r28211  
    208208        my @all_files = ($doc_source_file);
    209209        push(@all_files,@$assoc_files) if defined $assoc_files;
    210        
     210
    211211        foreach my $filename (@all_files) {
    212212       
     213        $filename = &util::placeholders_to_abspath($filename);
     214
    213215        if (!&util::filename_is_absolute($filename)) {
    214216            $filename = &util::filename_cat($ENV{'GSDLCOLLECTDIR'},$filename);
Note: See TracChangeset for help on using the changeset viewer.