[Lunar-commits] <moonbase-gnome3> webkitgtk+-3: add symlink to plugin folder

v4hn me at v4hn.de
Thu Aug 16 23:19:32 CEST 2012


commit d71f43163f8b33acaea456d0758d8fd8af394452
Author: v4hn <me at v4hn.de>
Date: Thu, 16 Aug 2012 14:19:32 -0700
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/d71f43163f8b33acaea456d0758d8fd8af394452

webkitgtk+-3: add symlink to plugin folder
---
  libs/webkitgtk+-3/BUILD                                      +6/-1     
  1 files changed, 6 insertions (+), 1 deletions (-)

--- a/libs/webkitgtk+-3/BUILD
+++ b/libs/webkitgtk+-3/BUILD
@@ -29,6 +29,11 @@
   done &&
   unset error_count &&
   make install &&
-  install 'Programs/GtkLauncher' '/usr/bin/Gtk3Launcher'
+  install 'Programs/GtkLauncher' '/usr/bin/Gtk3Launcher' &&
+
+  # symlink plugin folder to a location webkit looks for it
+  if [ ! -e "/usr/lib/browser-plugins" ]; then
+     ln -sf /usr/lib/lunar/plugins /usr/lib/browser-plugins
+  fi
 
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list