gmime3: fix installation of vala -devel files.

@Cogitri
This commit is contained in:
maxice8 2018-12-20 00:12:26 -02:00
parent 8804508ed0
commit e410acf9bb
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,7 +1,7 @@
# Template file for 'gmime3'
pkgname=gmime3
version=3.2.3
revision=1
revision=2
wrksrc="gmime-${version}"
build_style=gnu-configure
configure_args="--disable-static --enable-crypto"
@ -46,7 +46,7 @@ gmime3-devel_package() {
if [ "$build_option_gir" ]; then
vmove "usr/share/gir-*"
fi
if [ "$build_option_gir" ]; then
if [ "$build_option_vala" ]; then
vmove usr/share/vala
fi
}