From f3b35893dbbd239521344ccdaa03b07240d46070 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 2 May 2018 11:59:12 +0200 Subject: [PATCH] findutils: Rebuild with standard location of locatedb I've skipped the option to pass '--localstatedir=DIR' to ./configure, because the followup machinery also does things like 'runstatedir = ${localstatedir}/run' which might cause trouble on other corners. --- findutils.be0 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 #}