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=109a1ec7d488dbb36c236f9d9cd0629764c52e17;hpb=d732b9c9b94b88d9bcf52007d3337a74eb322dd0 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)