Browse Source

seamonkey/mozilla: fixed by exporting $MOZILLA_FIVE_HOME

user/karasz/next/updates
Christian Wiese 14 years ago
parent
commit
01605188ef
  1. 1
      www/seamonkey/mozilla-conf.in

1
www/seamonkey/mozilla-conf.in

@ -94,6 +94,7 @@ EOF
mozilla_register() {
echo "Run the component registration ..."
export MOZILLA_FIVE_HOME=$libdir/$pkg-$mozver
pushd $MOZILLA_FIVE_HOME
[ -e ./regxpcom ] && LD_LIBRARY_PATH=. ./regxpcom
[ -e ./regchrome ] && LD_LIBRARY_PATH=. ./regchrome

Loading…
Cancel
Save