From a133bc725c8c40497265dad1fc1451d33727e71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 11 Jul 2011 21:43:04 +0000 Subject: [PATCH] Patch from diver to fix #7685: use the correct path to find sed. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42415 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/findutils/locate/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/findutils/locate/Jamfile b/src/bin/findutils/locate/Jamfile index 8b093b78df..2e75fd23d3 100644 --- a/src/bin/findutils/locate/Jamfile +++ b/src/bin/findutils/locate/Jamfile @@ -39,6 +39,7 @@ actions MkUpdateDb1 { sed \ -e "s,@bindir@,/bin," \ + -e "s,/usr/bin,/boot/common/bin," \ -e "s,@libexecdir@,/bin," \ -e "s,@LOCATE_DB@,/var/locatedb," \ -e "s,@VERSION@,4.2.33," \