mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
fix findutils wrapper:
- add symlinks to find and xargs - set LOCATE_PATH for locate svn path=/nixpkgs/trunk/; revision=4544
This commit is contained in:
parent
088688e47e
commit
c055bf8adf
@ -2,7 +2,11 @@ source $stdenv/setup
|
||||
source $makeWrapper
|
||||
|
||||
makeWrapper "$findutils/bin/locate" "$out/bin/locate" \
|
||||
--database=/var/locatedb
|
||||
--set LOCATE_PATH /var/locatedb
|
||||
|
||||
makeWrapper "$findutils/bin/updatedb" "$out/bin/updatedb" \
|
||||
--set LOCATE_DB /var/locatedb
|
||||
|
||||
makeWrapper "$findutils/bin/find" "$out/bin/find"
|
||||
|
||||
makeWrapper "$findutils/bin/xargs" "$out/bin/xargs"
|
||||
|
Loading…
Reference in New Issue
Block a user