webkitgtk: repair installation (gtk-doc is gone)

This commit is contained in:
Juan RP 2014-10-15 14:04:52 +02:00
parent d28bebe361
commit 4c91bae626

View file

@ -64,7 +64,7 @@ webkitgtk-devel_package() {
if [ "$build_option_gir" ]; then if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0 vmove usr/share/gir-1.0
fi fi
vmove usr/share/gtk-doc #vmove usr/share/gtk-doc
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }