diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-06-04 22:58:49 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-06-04 22:58:49 +0000 |
commit | 866ff1f7ebc54246a2e32453a21de8c5c908d803 (patch) | |
tree | ea6de7a65e6181d200e6e1bec1bcef376ada19ef /www/linux-opera7/files | |
parent | Move the persistent database from wiped-on-reboot /var/run (diff) |
It's OPERA_DIR, not OPERADIR. Now the help system works again.
Notes
Notes:
svn path=/head/; revision=43502
Diffstat (limited to 'www/linux-opera7/files')
-rw-r--r-- | www/linux-opera7/files/opera.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-opera7/files/opera.sh b/www/linux-opera7/files/opera.sh index 1b33d6513e29..e5f407cea9c9 100644 --- a/www/linux-opera7/files/opera.sh +++ b/www/linux-opera7/files/opera.sh @@ -1,3 +1,3 @@ #!/bin/sh -export OPERADIR=%%PREFIX%%/share/opera +export OPERA_DIR=%%PREFIX%%/share/opera exec %%PREFIX%%/bin/opera-bin "$@" |