pkgsrc/www/mozilla/files/mozilla-ELF.in
tron cdece178f7 Update "mozilla" package to 5.0 milestone 17. This release is completely
different from the 19980728 snapshot on which our last package version
was based. The most important change is the new GTK+ based GUI and
the gecko rendering engine.

This update wouldn't exist without the work of Shin'ichiro TAYA who not
only contributed several NetBSD related fixes to the mozilla sources but
also created the base for this NetBSD package.
2000-08-16 21:23:48 +00:00

6 lines
179 B
Bash

#!/bin/sh
MOZILLA_FIVE_HOME=@PREFIX@/lib/mozilla
#LD_LIBRARY_PATH=@PREFIX@/lib/mozilla
export MOZILLA_FIVE_HOME
#export LD_LIBRARY_PATH
exec @PREFIX@/lib/mozilla/mozilla-bin "$@"