mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
4 lines
85 B
Bash
4 lines
85 B
Bash
#!/bin/sh
|
|
export OPERA_DIR=%%PREFIX%%/share/opera
|
|
exec %%PREFIX%%/bin/opera-bin "$@"
|