cdece178f7
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.
6 lines
179 B
Bash
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 "$@"
|