mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
a70650e522
PR: 35618 Submitted by: maintainer
8 lines
137 B
Bash
8 lines
137 B
Bash
#!/bin/sh
|
|
|
|
LANG=zh_TW.Big5; export LANG
|
|
LD_PRELOAD=/usr/lib/libxpg4.so.2; export LD_PRELOAD
|
|
|
|
cd @PREFIX@/lib/mozilla
|
|
exec ./mozilla "$@"
|