Revision 89
- Date:
- 2011/04/14 11:40:22
- 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://developers.rambler.ru/svn/contenido/utf8/core'), 18 core_repository => ($ENV{CORE_REPOSITORY} || 'http://contenido.rambler.ru/repos/Contenido/utf8/core'), 19 19 server => (`hostname` =~ /(.*)/)[0], 20 20 httpd_port => ($ENV{HTTPD_PORT} || 0), 21 21 db_type => 'R',