mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gobject-introspection: fix another bug
Install the tests files in /usr/share/gobject-introspection-1.0/tests and not above in /usr/share/gobject-introspection-1.0.
This commit is contained in:
parent
05341ac107
commit
d1c7b4354f
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gobject-introspection'
|
# Template file for 'gobject-introspection'
|
||||||
pkgname=gobject-introspection
|
pkgname=gobject-introspection
|
||||||
version=1.64.0
|
version=1.64.0
|
||||||
revision=4
|
revision=5
|
||||||
build_style=meson
|
build_style=meson
|
||||||
pycompile_dirs="usr/lib/${pkgname}/giscanner"
|
pycompile_dirs="usr/lib/${pkgname}/giscanner"
|
||||||
hostmakedepends="flex pkg-config"
|
hostmakedepends="flex pkg-config"
|
||||||
|
@ -44,11 +44,11 @@ post_install() {
|
||||||
|
|
||||||
# For cross builds copy the not installed tests subdirectory
|
# For cross builds copy the not installed tests subdirectory
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
vmkdir usr/share/gobject-introspection-1.0
|
vmkdir usr/share/gobject-introspection-1.0/tests
|
||||||
for f in scanner/annotation.? scanner/drawable.? scanner/foo.? \
|
for f in scanner/annotation.? scanner/drawable.? scanner/foo.? \
|
||||||
scanner/regress.? scanner/utility.? scanner/warnlib.? \
|
scanner/regress.? scanner/utility.? scanner/warnlib.? \
|
||||||
gimarshallingtests.? gitestmacros.h; do
|
gimarshallingtests.? gitestmacros.h; do
|
||||||
vcopy tests/$f usr/share/gobject-introspection-1.0
|
vcopy tests/$f usr/share/gobject-introspection-1.0/tests
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue