#!/bin/bash
cd $LFS/usr/src/findutils-*/ ||exit

./configure --prefix=/prelfs --libexecdir=/prelfs/lib &&
make &&
#make check &&
make install
