mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
gettext: add tests.
This commit is contained in:
parent
55111a6239
commit
e82cbd1779
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Fix conflict with musl.
|
# Fix conflict with musl.
|
||||||
if [ -e ${DESTDIR}/usr/include/libintl.h ]; then
|
if [ -e ${DESTDIR}/usr/include/libintl.h ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue