X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ffindutils;h=c05aca3cb712f853996ef290898d29a264ea5141;hp=6321458a1ffd84c75ff57baf2d4958c8e88d7b0e;hb=1d43a0fb89f66c94a4e96f005ddd694c1a402385;hpb=a4aae93d9616aff917de21317a917246f9417b07 diff --git a/lfs/findutils b/lfs/findutils index 6321458a1f..c05aca3cb7 100644 --- a/lfs/findutils +++ b/lfs/findutils @@ -89,7 +89,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make $(EXTRA_INSTALL) install ifeq "$(ROOT)" "" mv -v /usr/bin/find /bin - sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb + sed -i -e 's|BINDIR=/usr/bin|BINDIR=/bin|' /usr/bin/updatedb + -mkdir -p /var/lib/locate endif @rm -rf $(DIR_APP) @$(POSTBUILD)