$OpenBSD$ --- install.orig Wed Sep 7 00:15:08 2011 +++ install Wed Sep 7 00:15:12 2011 @@ -862,9 +862,9 @@ generate_file() opera-next) cat <<'EOF_generate_file' #!/bin/sh -export OPERA_DIR=${OPERA_DIR:-@@{PREFIX}/share/opera@@{SUFFIX}} -export OPERA_PERSONALDIR=${OPERA_PERSONALDIR:-$HOME/.opera@@{SUFFIX}} -exec @@{PREFIX}/lib/opera@@{SUFFIX}/opera@@{SUFFIX} "$@" +export OPERA_DIR=${OPERA_DIR:-/usr/local/opera-next/share/opera@@{SUFFIX}} +export OPERA_PERSONALDIR=${OPERA_PERSONALDIR:-$HOME/.opera@@{SUFFIX}} +exec /usr/local/opera-next/lib/opera@@{SUFFIX}/opera@@{SUFFIX} "$@" EOF_generate_file ;; opera-next-widget-manager)