mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
findutils: Add tests.
This commit is contained in:
parent
48d5b98493
commit
387d5b8505
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@ alternatives="
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/SUBDIRS/s/locate//' Makefile.in
|
sed -i '/SUBDIRS/s/locate//' Makefile.in
|
||||||
}
|
}
|
||||||
|
do_check() {
|
||||||
|
# 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
|
||||||
|
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