Changeset 1172 for branches/new-install-process/bin/openguides-install
- Timestamp:
- 06/21/08 18:24:00 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/new-install-process/bin/openguides-install
r1171 r1172 232 232 $def = $install_directory; 233 233 $def .= "/" unless $def =~ m|/$|; 234 $def .= "templates ";234 $def .= "templates/"; 235 235 } 236 236 if ( $var eq "custom_template_path" && !defined $existing_config->$var ) { 237 237 $def = $install_directory; 238 238 $def .= "/" unless $def =~ m|/$|; 239 $def .= "custom-templates ";239 $def .= "custom-templates/"; 240 240 } 241 241
