treewide: Mass replace 'binutils-raw}/lib' to refer the 'out' output

This commit is contained in:
Tuomas Tynkkynen 2016-01-24 09:28:58 +02:00
parent c2ceed1ad1
commit 79738a639a

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation {
# FIXME: this will give us incorrect man pages for bits of cctools
ln -s ${binutils-raw}/share $out/share
ln -s ${binutils-raw}/lib $out/lib
ln -s ${binutils-raw.out}/lib $out/lib
ln -s ${cctools}/libexec $out/libexec
'';