From cec98b24b689e19b9c3624f6e5fedd4353fa94b0 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 2 May 2018 11:20:12 +0200 Subject: [PATCH 1/3] findutils: usual be0 move --- findutils-4.6.0-1.bee => findutils.be0 | 2 ++ 1 file changed, 2 insertions(+) rename findutils-4.6.0-1.bee => findutils.be0 (98%) diff --git a/findutils-4.6.0-1.bee b/findutils.be0 similarity index 98% rename from findutils-4.6.0-1.bee rename to findutils.be0 index f9ad112aa..9a1183510 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-1 + ## 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.) From f3b35893dbbd239521344ccdaa03b07240d46070 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 2 May 2018 11:59:12 +0200 Subject: [PATCH 2/3] 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 #} From 605b8371e4352427d9a9529077aad6f837579a62 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 2 May 2018 12:01:54 +0200 Subject: [PATCH 3/3] findutils: Obliterate an innocent space character I'm in a Dalek mood :) --- findutils.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/findutils.be0 b/findutils.be0 index 138d266ce..63dcc8554 100755 --- a/findutils.be0 +++ b/findutils.be0 @@ -58,7 +58,7 @@ mee_configure_pre() { } #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() {