From 72451a4cc734e4d7aba53803c85ab57538ddc70a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 23 Feb 2018 15:22:49 -0300 Subject: [PATCH] fwup: use pre_check() instead of overriding do_check() --- srcpkgs/fwup/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/fwup/template b/srcpkgs/fwup/template index e308e95e1a6..69c580f0a24 100644 --- a/srcpkgs/fwup/template +++ b/srcpkgs/fwup/template @@ -22,10 +22,8 @@ pre_configure() { NOCONFIGURE=1 autoreconf -fi } -do_check() { +pre_check() { # mtools.conf requires manual configuration for usage, but not for out tests # so we just remove the unrecognized keyword sed -i '/SAMPLE FILE/d' /etc/mtools.conf - - make check }