Changeset 3729


Ignore:
Timestamp:
2003-02-11T20:25:02+13:00 (21 years ago)
Author:
sjboddie
Message:

Fixed up slightly broken -create_images option to buildcol.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/buildcol.pl

    r2785 r3729  
    225225    if ($create_images) {
    226226    my $collection_name = $collection;
    227     $collection_name = $collectcfg->{'collectionmeta'}->{'collectionname'}
    228     if defined $collectcfg->{'collectionmeta'}->{'collectionname'};
    229    
     227    $collection_name = $collectcfg->{'collectionmeta'}->{'collectionname'}->{'default'}
     228    if defined $collectcfg->{'collectionmeta'}->{'collectionname'}->{'default'};
    230229    &create_images ($collection_name);
    231230    }
     
    322321    my ($collection_name) = @_;
    323322
    324     my $image_script = &util::filename_cat ($ENV{'GSDLHOME'}, "bin", "script", "gimp", "title_icon.pl");
     323    my $image_script = &util::filename_cat ($ENV{'GSDLHOME'}, "bin", "script", "gimp", "title_icon-1.2.pl");
    325324    if (!-e $image_script) {
    326325    print $out "WARNING: Image making script ($image_script) could not be found\n";
Note: See TracChangeset for help on using the changeset viewer.