openbsd-ports/www/opera/patches/patch-install_sh
naddy 376bb50bc8 Update to 6.02:
* New preferences look.
* Tons of unnoticeable bug fixes.

Install both opera6rc and opera6rc.fixed.
Move sync DNS lookup disable to opera6rc.fixed.
2002-07-03 20:37:36 +00:00

28 lines
662 B
Plaintext

$OpenBSD: patch-install_sh,v 1.5 2002/07/03 20:37:37 naddy Exp $
--- install.sh.orig Wed Jul 3 21:16:45 2002
+++ install.sh Wed Jul 3 21:18:32 2002
@@ -938,7 +938,7 @@ run_install()
ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so
# System wide configuration files
- if can_write_to "/etc"; then
+ if false can_write_to "/etc"; then
echo
echo "System wide configuration files:"
echo " /etc/opera6rc"
@@ -975,10 +975,10 @@ run_install()
fi
# Shorcuts and Icons
- icons
- gnome
- kde2
- kde
+ : icons
+ : gnome
+ : kde2
+ : kde
# Add uninstallation here