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()
|
2005-11-22 16:44:22 -05:00
|
|
|
then
|
2003-11-09 04:46:26 -05:00
|
|
|
# System wide configuration files
|
2006-04-05 14:36:36 -04:00
|
|
|
config_dir="/etc"
|
2005-11-22 16:44:22 -05:00
|
|
|
- if can_write_to "$config_dir"
|
|
|
|
+ if false can_write_to "$config_dir"
|
|
|
|
then
|
2002-07-03 16:37:36 -04:00
|
|
|
echo
|
|
|
|
echo "System wide configuration files:"
|
2006-08-02 13:29:48 -04:00
|
|
|
@@ -1368,7 +1368,7 @@ run_install()
|
2005-11-22 16:44:22 -05:00
|
|
|
then
|
2005-09-21 07:38:51 -04:00
|
|
|
echo
|
2005-11-22 16:44:22 -05:00
|
|
|
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
|
2005-09-21 07:38:51 -04:00
|
|
|
+ bool_icons=0
|
2002-07-03 16:37:36 -04:00
|
|
|
fi
|
|
|
|
|
2005-11-22 16:44:22 -05:00
|
|
|
if test "${bool_icons}" -ne 0
|