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