2005-12-05 06:11:09 -08:00
|
|
|
source $stdenv/setup
|
|
|
|
source $makeWrapper
|
2005-08-23 06:47:01 -07:00
|
|
|
|
|
|
|
makeWrapper "$findutils/bin/locate" "$out/bin/locate" \
|
2006-01-13 11:35:32 -08:00
|
|
|
--set LOCATE_PATH /var/locatedb
|
2005-08-23 06:47:01 -07:00
|
|
|
|
|
|
|
makeWrapper "$findutils/bin/updatedb" "$out/bin/updatedb" \
|
|
|
|
--set LOCATE_DB /var/locatedb
|
2006-01-13 11:35:32 -08:00
|
|
|
|
|
|
|
makeWrapper "$findutils/bin/find" "$out/bin/find"
|
|
|
|
|
|
|
|
makeWrapper "$findutils/bin/xargs" "$out/bin/xargs"
|