treewide: Mass replace 'binutils-raw}/lib' to refer the 'out' output
This commit is contained in:
parent
c2ceed1ad1
commit
79738a639a
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# FIXME: this will give us incorrect man pages for bits of cctools
|
# FIXME: this will give us incorrect man pages for bits of cctools
|
||||||
ln -s ${binutils-raw}/share $out/share
|
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
|
ln -s ${cctools}/libexec $out/libexec
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user