mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gmime3: fix installation of vala -devel files.
@Cogitri
This commit is contained in:
parent
8804508ed0
commit
e410acf9bb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue