[Lunar-commits] <moonbase-other> webkit: add a symlink to plugin folder
v4hn
me at v4hn.de
Thu Aug 16 23:15:30 CEST 2012
commit f8263d049874422c87db556400c14c5cbe33a388
Author: v4hn <me at v4hn.de>
Date: Thu, 16 Aug 2012 14:15:30 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f8263d049874422c87db556400c14c5cbe33a388
webkit: add a symlink to plugin folder
---
web/webkit/BUILD +4/-1
1 files changed, 4 insertions (+), 1 deletions (-)
--- a/web/webkit/BUILD
+++ b/web/webkit/BUILD
@@ -29,6 +29,9 @@
done &&
unset error_count &&
make install &&
- install 'Programs/GtkLauncher' '/usr/bin/GtkLauncher'
+ install 'Programs/GtkLauncher' '/usr/bin/GtkLauncher' &&
+
+ # add symlink for plugin detection
+ ln -sf /usr/lib/lunar/plugins /usr/lib/browser-plugins
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list