summaryrefslogtreecommitdiffstats
path: root/http/firefox/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'http/firefox/INSTALL')
-rwxr-xr-xhttp/firefox/INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index 21cdb44d37..aba58afb95 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -8,7 +8,9 @@ fi &&
make install &&
+
ln -s $INSTALL_ROOT/usr/lib/firefox-$VERSION $INSTALL_ROOT/usr/lib/firefox &&
+
#
# Script to set MOZILLA_FIVE_HOME
#
@@ -41,5 +43,7 @@ if test -f $INSTALL_ROOT/usr/lib/libnssckbi.so; then
fi
fi &&
-ln -vs "$INSTALL_ROOT/usr/lib/xulrunner/plugins" \
+ ln -vs "$INSTALL_ROOT/usr/lib/xulrunner/plugins" \
"$INSTALL_ROOT/usr/lib/$SPELL-$VERSION/plugins"
+
+