Revision 133

Date:
2011/09/01 12:37:00
Author:
ahitrov
Revision Log:
New core root
Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/install/bin/install

     
    15 15 # defaults
    16 16 my $options = {
    17 17 svn_program => (`which svn` =~ /(.*)/)[0],
    18 core_repository => ($ENV{CORE_REPOSITORY} || 'http://contenido.rambler.ru/repos/Contenido/utf8/core'),
    18 core_repository => ($ENV{CORE_REPOSITORY} || 'http://contenido.me/repos/Contenido/utf8/core'),
    19 19 server => (`hostname` =~ /(.*)/)[0],
    20 20 httpd_port => ($ENV{HTTPD_PORT} || 0),
    21 21 db_type => 'R',