[Lunar-commits] <moonbase-other> firefox-bin: fix plugins path

v4hn me at v4hn.de
Mon Nov 4 15:25:19 CET 2013


commit 1da835ecc2a318f9235c697e604c1ccd014ac9b9
Author: v4hn <me at v4hn.de>
Date: Mon, 04 Nov 2013 06:24:48 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/1da835ecc2a318f9235c697e604c1ccd014ac9b9

firefox-bin: fix plugins path

looks like this changed again in v25
---
  web/firefox-bin/BUILD | +1/-5     
  1 file changed, 1 insertion(+), 5 deletions(-)

--- a/web/firefox-bin/BUILD
+++ b/web/firefox-bin/BUILD
@@ -1,11 +1,9 @@
-(
-
   prepare_install  &&
   message "${MESSAGE_COLOR}Installing Firefox ${VERSION}...${DEFAULT_COLOR}"  &&
   cd /usr/lib  &&
   unpack $SOURCE  &&
 
-  ln -snf /usr/lib/lunar/plugins /usr/lib/firefox/plugins  &&
+  ln -snf /usr/lib/lunar/plugins /usr/lib/firefox/browser/plugins  &&
   if [ ! -h /usr/bin/firefox ]; then
     ln -snf /usr/lib/firefox/firefox /usr/bin/firefox
   fi &&
@@ -13,5 +11,3 @@
  # Now the .desktop file and the icon
  mkdir -p /usr/share/applications /usr/share/pixmaps  &&
  install -m644 $SCRIPT_DIRECTORY/firefox-bin.desktop /usr/share/applications
-
-) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list