summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-01-20 22:23:18 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-01-20 22:23:18 +0000
commitb69efdeb14d95a14afc0f0f53b6221a43efcf6ee (patch)
tree5cec2d21c691eefd750aa8b8c9a0601434016d16 /www
parentNew port selfhtml version 80: Extensive german HTML reference (diff)
Fix plist.
Reported by: Kris / pointyhat.
Notes
Notes: svn path=/head/; revision=126975
Diffstat (limited to 'www')
-rw-r--r--www/mozex/pkg-install.xpi6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/mozex/pkg-install.xpi b/www/mozex/pkg-install.xpi
index 829c6f129ef4..cf216dc45c80 100644
--- a/www/mozex/pkg-install.xpi
+++ b/www/mozex/pkg-install.xpi
@@ -52,7 +52,11 @@ rm -f $MOZDIR/component.reg
LD_LIBRARY_PATH=$MOZDIR MOZILLA_FIVE_HOME=$MOZDIR $MOZDIR/regxpcom || true
LD_LIBRARY_PATH=$MOZDIR MOZILLA_FIVE_HOME=$MOZDIR $MOZDIR/regchrome || true
-touch $MOZDIR/chrome/user-skins.rdf $MOZDIR/chrome/user-locales.rdf
+
+if [ -d "$MOZDIR/searchplugins" ]; then
+ chmod -R u+w "$MOZDIR/searchplugins"
+fi
+#touch $MOZDIR/chrome/user-skins.rdf $MOZDIR/chrome/user-locales.rdf
[ "x$2" = "xPOST-INSTALL" ] || rm $MOZDIR/chrome/installed-chrome.txt.bak