libarchive: add do_check.

Closes #9264.
This commit is contained in:
maxice8
2017-11-17 02:21:07 -02:00
committed by Enno Boland
parent a9b46d2240
commit f5f68ff2f3

View File

@@ -30,6 +30,9 @@ fi
pre_configure() {
autoreconf -if
}
do_check() {
make check
}
post_install() {
vlicense COPYING
}