[haiku-commits] r42415 - haiku/trunk/src/bin/findutils/locate

  • From: korli@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 11 Jul 2011 23:43:04 +0200 (CEST)

Author: korli
Date: 2011-07-11 23:43:04 +0200 (Mon, 11 Jul 2011)
New Revision: 42415
Changeset: https://dev.haiku-os.org/changeset/42415
Ticket: https://dev.haiku-os.org/ticket/7685

Modified:
   haiku/trunk/src/bin/findutils/locate/Jamfile
Log:
Patch from diver to fix #7685: use the correct path to find sed.


Modified: haiku/trunk/src/bin/findutils/locate/Jamfile
===================================================================
--- haiku/trunk/src/bin/findutils/locate/Jamfile        2011-07-11 21:35:27 UTC 
(rev 42414)
+++ haiku/trunk/src/bin/findutils/locate/Jamfile        2011-07-11 21:43:04 UTC 
(rev 42415)
@@ -39,6 +39,7 @@
 {
        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," \


Other related posts:

  • » [haiku-commits] r42415 - haiku/trunk/src/bin/findutils/locate - korli