Revision 111
- Date:
- 2011/08/12 11:18:12
- Files:
Legend:
- Added
- Removed
- Modified
-
koi8/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/koi8/core'), 18 core_repository => ($ENV{CORE_REPOSITORY} || 'http://contenido.me/repos/Contenido/koi8/core'), 19 19 server => (`hostname` =~ /(.*)/)[0], 20 20 httpd_port => ($ENV{HTTPD_PORT} || 0), 21 21 db_type => 'R',