opera.patch 351 B

12345678910111213
  1. Index: install.sh
  2. --- install.sh.orig 2006-02-01 15:26:54 +0100
  3. +++ install.sh 2006-02-19 11:32:32 +0100
  4. @@ -1340,7 +1340,7 @@
  5. then
  6. # System wide configuration files
  7. case "${os}" in
  8. - FreeBSD|OpenBSD|NetBSD) config_dir='/usr/local/etc'
  9. + FreeBSD|OpenBSD|NetBSD) config_dir='/usr/local/etc' ;;
  10. *) config_dir="/etc";;
  11. esac