Skip to content

Commit

Permalink
webkitgtk+-3: add symlink to plugin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Aug 16, 2012
1 parent 88854fc commit d71f431
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libs/webkitgtk+-3/BUILD
Expand Up @@ -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

0 comments on commit d71f431

Please sign in to comment.