openbsd-ports/www/opera/patches/patch-install_sh

22 lines
676 B
Plaintext
Raw Normal View History

2006-08-02 13:29:48 -04:00
$OpenBSD: patch-install_sh,v 1.18 2006/08/02 17:29:48 sturm Exp $
--- install.sh.orig Fri Jul 28 15:10:44 2006
+++ install.sh Wed Aug 2 19:17:48 2006
@@ -1338,7 +1338,7 @@ run_install()
then
2003-11-09 04:46:26 -05:00
# System wide configuration files
2006-04-05 14:36:36 -04:00
config_dir="/etc"
- if can_write_to "$config_dir"
+ if false can_write_to "$config_dir"
then
echo
echo "System wide configuration files:"
2006-08-02 13:29:48 -04:00
@@ -1368,7 +1368,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