diff --git a/findutils.be0 b/findutils.be0 index 9a1183510..138d266ce 100755 --- a/findutils.be0 +++ b/findutils.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION findutils-4.6.0-1 +# BEE_VERSION findutils-4.6.0-2 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -53,6 +53,10 @@ SRCURL[0]="http://ftp.gnu.org/gnu/findutils/findutils-${PKGVERSION}.tar.gz" # bee_patch "${@}" #} +mee_configure_pre() { + sed -i -e '/LOCATE_DB\s*=/ s|/locatedb|/lib/locate/locatedb|' ${S}/locate/Makefile.in +} + #mee_configure() { # bee_configure #}