diff options
author | thierry <thierry@FreeBSD.org> | 2005-01-20 22:23:18 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-01-20 22:23:18 +0000 |
commit | df502ddc34ade101d3aafbb814c8b04e4482e34d (patch) | |
tree | 123eb9a70ec8db7fe83415cc0f1d81b86a774c11 /www | |
parent | 230ca8d418a103e3c73fb5493e238b5152f89d4a (diff) | |
download | FreeBSD-ports-df502ddc34ade101d3aafbb814c8b04e4482e34d.zip FreeBSD-ports-df502ddc34ade101d3aafbb814c8b04e4482e34d.tar.gz |
Fix plist.
Reported by: Kris / pointyhat.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozex/pkg-install.xpi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/mozex/pkg-install.xpi b/www/mozex/pkg-install.xpi index 829c6f1..cf216dc 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 |