diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-18 16:37:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-18 16:37:50 +0000 |
commit | fbd3f3a20ff2a7e6a627f02499a9505c31e48298 (patch) | |
tree | 724f4ebc35991184bc545557fcf50f4605f97b64 /www/firefox/pkg-install.in | |
parent | 4dc19ee953577b2b31eca2a529af9ed27a57aac2 (diff) | |
download | ports-fbd3f3a20ff2a7e6a627f02499a9505c31e48298.tar.gz ports-fbd3f3a20ff2a7e6a627f02499a9505c31e48298.zip |
Notes
Diffstat (limited to 'www/firefox/pkg-install.in')
-rw-r--r-- | www/firefox/pkg-install.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/firefox/pkg-install.in b/www/firefox/pkg-install.in index f548cac38445..8f8dbd0c6cc3 100644 --- a/www/firefox/pkg-install.in +++ b/www/firefox/pkg-install.in @@ -27,9 +27,6 @@ rm -rf ${MOZDIR}/extensions cd ${MOZDIR} || exit 1 ./run-mozilla.sh ${REGXPCOM} || true ./run-mozilla.sh ${REGCHROME} || true - -# Instantiate the extension space as root. -su - root -c "env PATH=${PATH} %%X11BASE%%/bin/xinit %%MOZDIR%%/run-mozilla.sh ${FIREFOX} -install-global-extension -- %%X11BASE%%/bin/Xvfb :1001" > /dev/null 2>&1 -su - root -c "env PATH=${PATH} %%X11BASE%%/bin/xinit %%MOZDIR%%/run-mozilla.sh ${FIREFOX} -install-global-theme -- %%X11BASE%%/bin/Xvfb :1001" > /dev/null 2>&1 +./run-mozilla.sh ${FIREFOX} -register > /dev/null 2>&1 exit 0 |