Changeset 1172

Show
Ignore:
Timestamp:
06/21/08 18:24:00 (4 months ago)
Author:
kake
Message:

Standardise slash vs. no slash on ends of directory names in install process (cosmetic change only).

Location:
branches/new-install-process
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/new-install-process/bin/openguides-install

    r1171 r1172  
    232232        $def = $install_directory; 
    233233        $def .= "/" unless $def =~ m|/$|; 
    234         $def .= "templates"; 
     234        $def .= "templates/"; 
    235235    } 
    236236    if ( $var eq "custom_template_path" && !defined $existing_config->$var ) { 
    237237        $def = $install_directory; 
    238238        $def .= "/" unless $def =~ m|/$|; 
    239         $def .= "custom-templates"; 
     239        $def .= "custom-templates/"; 
    240240    } 
    241241 
  • branches/new-install-process/lib/OpenGuides/Config.pm

    r1158 r1172  
    114114                     spam_detector_module => "", 
    115115                     host_checker_module => "", 
    116                      static_path => "/usr/local/share/openguides/static", 
     116                     static_path => "/usr/local/share/openguides/static/", 
    117117                     send_moderation_notifications => 1 
    118118                   );