Skip to content

Fix locatedb location #758

Merged
merged 3 commits into from
May 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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