diff --git a/findutils-4.6.0-1.bee b/findutils.be0 similarity index 94% rename from findutils-4.6.0-1.bee rename to findutils.be0 index f9ad112aa..63dcc8554 100755 --- a/findutils-4.6.0-1.bee +++ b/findutils.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# 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.) @@ -51,8 +53,12 @@ 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 +# bee_configure #} #mee_build() {