summary refs log tree commit diff
path: root/def/a/findutils
blob: 7305e9d928b8e3ba7d29100142cfe55c0fba4ec0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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
}