aboutsummaryrefslogtreecommitdiff
path: root/www/firefox35/pkg-install.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-04 09:47:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-04 09:47:27 +0000
commit403955523cb287018d5a39d14b824adf826c7a52 (patch)
tree24790a6dd021d66894f68317de6c08baa7e9ff40 /www/firefox35/pkg-install.in
parenteba98ce530fc6892eb28e658358202fa1e021acd (diff)
Notes
Diffstat (limited to 'www/firefox35/pkg-install.in')
-rw-r--r--www/firefox35/pkg-install.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox35/pkg-install.in b/www/firefox35/pkg-install.in
index 8f8dbd0c6cc3..f25aa135197d 100644
--- a/www/firefox35/pkg-install.in
+++ b/www/firefox35/pkg-install.in
@@ -29,4 +29,8 @@ cd ${MOZDIR} || exit 1
./run-mozilla.sh ${REGCHROME} || true
./run-mozilla.sh ${FIREFOX} -register > /dev/null 2>&1
+if [ ! -d %%PREFIX%%/lib/browser_plugins ]; then
+ mkdir -p %%PREFIX%%/lib/browser_plugins
+fi
+
exit 0