mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
fwup: use pre_check() instead of overriding do_check()
This commit is contained in:
parent
35d66ee1b7
commit
72451a4cc7
1 changed files with 1 additions and 3 deletions
|
@ -22,10 +22,8 @@ pre_configure() {
|
||||||
NOCONFIGURE=1 autoreconf -fi
|
NOCONFIGURE=1 autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
pre_check() {
|
||||||
# mtools.conf requires manual configuration for usage, but not for out tests
|
# mtools.conf requires manual configuration for usage, but not for out tests
|
||||||
# so we just remove the unrecognized keyword
|
# so we just remove the unrecognized keyword
|
||||||
sed -i '/SAMPLE FILE/d' /etc/mtools.conf
|
sed -i '/SAMPLE FILE/d' /etc/mtools.conf
|
||||||
|
|
||||||
make check
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue