summaryrefslogtreecommitdiffstats
path: root/www/firefox-esr/pkg-install.in
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-06-16 06:58:10 +0000
committermarcus <marcus@FreeBSD.org>2004-06-16 06:58:10 +0000
commit73d78e1e1bb280ef341bd39ce4b20754d7c01c80 (patch)
treef25ebfa500ffad86bbbb0112915d333c14c44e1a /www/firefox-esr/pkg-install.in
parenta95bd833b8a7a6a2feb9f495bd4de80725e358ce (diff)
downloadFreeBSD-ports-73d78e1e1bb280ef341bd39ce4b20754d7c01c80.zip
FreeBSD-ports-73d78e1e1bb280ef341bd39ce4b20754d7c01c80.tar.gz
Fix a typo in the pkg-install script, and add a hack so that firefox does not
need to be run as root before running it as other users.
Diffstat (limited to 'www/firefox-esr/pkg-install.in')
-rw-r--r--www/firefox-esr/pkg-install.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox-esr/pkg-install.in b/www/firefox-esr/pkg-install.in
index e4158aa..958ace5 100644
--- a/www/firefox-esr/pkg-install.in
+++ b/www/firefox-esr/pkg-install.in
@@ -21,9 +21,11 @@ rm -rf ${MOZDIR}/chrome/overlayinfo
rm -f ${MOZDIR}/chrome/*.rdf
mkdir -p ${MOZDIR}/chrome/overlayinfo
rm -f ${MOZDIR}/component.reg
+rm -rf ${MOZDIR}/extensions
LD_LIBRARY_PATH=${MOZDIR} MOZILLA_FIVE_HOME=${MOZDIR} ${REGXPCOM} || true
-LD_LIBRARY_PATH=${MOZDIR} MOZILLA_FIVE_HOME=${MOZDIR} ${REGXPCHROME} || true
+LD_LIBRARY_PATH=${MOZDIR} MOZILLA_FIVE_HOME=${MOZDIR} ${REGCHROME} || true
touch ${MOZDIR}/chrome/user-skins.rdf ${MOZDIR}/chrome/user-locales.rdf
+cp -rp ${MOZDIR}/defaults/profile/extensions ${MOZDIR}
exit 0
OpenPOWER on IntegriCloud