pkgname=findutils version=4.7.0 distfiles="http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.xz" post_extract() { sed -i '/SUBDIRS/s/locate//' Makefile.in } pre_build() { make -C locate dblocation.texi }