mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
aec47f29cb
PR: ports/22392 Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
8 lines
136 B
Bash
8 lines
136 B
Bash
#!/bin/sh
|
|
|
|
LANG=ja_JP.EUC; export LANG
|
|
LD_PRELOAD=/usr/lib/libxpg4.so.2; export LD_PRELOAD
|
|
|
|
cd @PREFIX@/lib/mozilla
|
|
exec ./mozilla "$@"
|