openbsd-ports/www/opera/patches/patch-install_sh
2006-09-22 20:22:28 +00:00

22 lines
676 B
Plaintext

$OpenBSD: patch-install_sh,v 1.19 2006/09/22 20:22:28 sturm Exp $
--- install.sh.orig Tue Sep 19 15:40:47 2006
+++ install.sh Fri Sep 22 17:20:03 2006
@@ -1342,7 +1342,7 @@ run_install()
then
# System wide configuration files
config_dir="/etc"
- if can_write_to "$config_dir"
+ if false can_write_to "$config_dir"
then
echo
echo "System wide configuration files:"
@@ -1372,7 +1372,7 @@ run_install()
then
echo
echo "Shortcut icons will be ignored if installed with the prefix \"$prefix\"."
- con_firm "Do you want to (try to) install them in default locations" || bool_icons=0
+ bool_icons=0
fi
if test "${bool_icons}" -ne 0