gfbgraph: fix vmove

This commit is contained in:
Daniel Kolesa 2020-08-18 06:51:18 +02:00
parent 91ef34abdd
commit f0b367f04b

View file

@ -41,7 +41,9 @@ gfbgraph-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc if [ -z "$CROSS_BUILD" ]; then
vmove usr/share/gtk-doc
fi
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
vmove usr/share/gir-1.0 vmove usr/share/gir-1.0