Skip to content

Commit

Permalink
Merge pull request #758 from mariux64/fix-locatedb-location
Browse files Browse the repository at this point in the history
Fix locatedb location
  • Loading branch information
donald authored May 2, 2018
2 parents 1011e07 + 605b837 commit ddb79aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion findutils-4.6.0-1.bee → findutils.be0
Original file line number Diff line number Diff line change
@@ -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.)

Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit ddb79aa

Please sign in to comment.