Browse Source

seamonkey/mozilla: fixed by exporting $MOZILLA_FIVE_HOME

user/amery/mess
Christian Wiese 14 years ago
parent
commit
01605188ef
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      www/seamonkey/mozilla-conf.in

+ 1
- 0
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