Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 236951
Collapse All | Expand All

(-)install.sh~ (-6 lines)
Lines 1289-1303 Link Here
1289
	# TODO: work out what's going on here and replace with something that sets OPERA_ROOTPREFS to where they went !
1289
	# TODO: work out what's going on here and replace with something that sets OPERA_ROOTPREFS to where they went !
1290
	if can_write_to "$config_dir"
1290
	if can_write_to "$config_dir"
1291
	then
1291
	then
1292
	    warn
1293
	    warn "System wide configuration files:"
1294
	    warn "  $config_dir/opera6rc"
1295
	    warn "  $config_dir/opera6rc.fixed"
1296
	    warn " would be ignored if installed with the prefix \"$prefix\"."
1297
	    bool_config=1
1292
	    bool_config=1
1298
	    if [ "$flag_mode" = '--interactive' ]
1293
	    if [ "$flag_mode" = '--interactive' ]
1299
	    then con_firm "Do you want to install them in $config_dir" || bool_config=0
1294
	    then con_firm "Do you want to install them in $config_dir" || bool_config=0
1300
	    else warn "Installing in default location $config_dir instead."
1301
	    fi
1295
	    fi
1302
1296
1303
	    if [ $bool_config -eq 1 ]
1297
	    if [ $bool_config -eq 1 ]

Return to bug 236951