findutils: Build "locate"

This commit is contained in:
Alexpux 2015-01-18 19:33:59 +03:00
parent 651449f973
commit a4e8b3cd14

View File

@ -2,7 +2,7 @@
pkgname=findutils
pkgver=4.5.14
pkgrel=3
pkgrel=4
pkgdesc="GNU utilities to locate files"
arch=('i686' 'x86_64')
license=('GPL3')
@ -29,7 +29,7 @@ build() {
# Don't build or install locate because we use mlocate,
# which is a secure version of locate.
sed -i '/^SUBDIRS/s/locate//' Makefile.in
# sed -i '/^SUBDIRS/s/locate//' Makefile.in
./configure \
--build=${CHOST} \