mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
findutils: use pre_check() instead of overriding do_check()
This commit is contained in:
parent
58617fa7d8
commit
35d66ee1b7
1 changed files with 1 additions and 3 deletions
|
@ -22,12 +22,10 @@ alternatives="
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/SUBDIRS/s/locate//' Makefile.in
|
sed -i '/SUBDIRS/s/locate//' Makefile.in
|
||||||
}
|
}
|
||||||
do_check() {
|
pre_check() {
|
||||||
# LFS reccomends disabling this due to to the possibility of looping forever on some machines
|
# LFS reccomends disabling this due to to the possibility of looping forever on some machines
|
||||||
# see: http://www.linuxfromscratch.org/lfs/view/development/chapter06/findutils.html
|
# see: http://www.linuxfromscratch.org/lfs/view/development/chapter06/findutils.html
|
||||||
sed -i 's/test-lock..EXEEXT.//' tests/Makefile.in
|
sed -i 's/test-lock..EXEEXT.//' tests/Makefile.in
|
||||||
|
|
||||||
make check
|
|
||||||
}
|
}
|
||||||
post_configure() {
|
post_configure() {
|
||||||
make -C locate dblocation.texi
|
make -C locate dblocation.texi
|
||||||
|
|
Loading…
Add table
Reference in a new issue