findutils: fix tests
This commit is contained in:
parent
78c974a18e
commit
5f00ce0bcc
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@ post_extract() {
|
||||||
pre_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
|
vsed -i 's/test-lock..EXEEXT.//' gnulib-tests/Makefile
|
||||||
|
# help-version is broken because we do not build locate
|
||||||
|
vsed -i "/tests\/misc\/help-version.sh/d" Makefile
|
||||||
}
|
}
|
||||||
post_configure() {
|
post_configure() {
|
||||||
make -C locate dblocation.texi
|
make -C locate dblocation.texi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue