From f5f68ff2f34930c8519c87437800cc64d1e9f777 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 17 Nov 2017 02:21:07 -0200 Subject: [PATCH] libarchive: add do_check. Closes #9264. --- srcpkgs/libarchive/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index e28229ade3..e7a2214e3b 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -30,6 +30,9 @@ fi pre_configure() { autoreconf -if } +do_check() { + make check +} post_install() { vlicense COPYING }