--- install.sh~ 2008-08-13 23:26:51.000000000 +0200 +++ install.sh 2008-08-13 23:26:51.000000000 +0200 @@ -1289,15 +1289,9 @@ # TODO: work out what's going on here and replace with something that sets OPERA_ROOTPREFS to where they went ! if can_write_to "$config_dir" then - warn - warn "System wide configuration files:" - warn " $config_dir/opera6rc" - warn " $config_dir/opera6rc.fixed" - warn " would be ignored if installed with the prefix \"$prefix\"." bool_config=1 if [ "$flag_mode" = '--interactive' ] then con_firm "Do you want to install them in $config_dir" || bool_config=0 - else warn "Installing in default location $config_dir instead." fi if [ $bool_config -eq 1 ]