forked from mirrors/nixpkgs
* fgrep and egrep aren't shell scripts anymore.
svn path=/nixpkgs/branches/stdenv-updates/; revision=9802
This commit is contained in:
parent
0c78e480fc
commit
d04b560dc3
|
@ -46,7 +46,7 @@ cp $findutils/bin/find tools/bin
|
|||
cp $findutils/bin/xargs tools/bin
|
||||
cp $diffutils/bin/* tools/bin
|
||||
cp $gnused/bin/* tools/bin
|
||||
cp $gnugrep/bin/grep tools/bin
|
||||
cp $gnugrep/bin/* tools/bin
|
||||
cp $gawk/bin/gawk tools/bin
|
||||
ln -s gawk tools/bin/awk
|
||||
cp $gnutar/bin/* tools/bin
|
||||
|
@ -62,6 +62,8 @@ nukeRefs tools/bin/sed
|
|||
nukeRefs tools/bin/gawk
|
||||
nukeRefs tools/bin/tar
|
||||
nukeRefs tools/bin/grep
|
||||
nukeRefs tools/bin/fgrep
|
||||
nukeRefs tools/bin/egrep
|
||||
nukeRefs tools/bin/patchelf
|
||||
nukeRefs tools/bin/make
|
||||
|
||||
|
|
Loading…
Reference in a new issue