Skip to content

Commit

Permalink
findutils: Rebuild with standard location of locatedb
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thomas committed May 2, 2018
1 parent cec98b2 commit f3b3589
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion findutils.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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
#}
Expand Down

0 comments on commit f3b3589

Please sign in to comment.