glibc: fixup, that should have been $bin not $out
This commit is contained in:
parent
a7bfa77787
commit
3e03db11b7
|
@ -70,7 +70,7 @@ in
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get rid of more unnecessary stuff.
|
# Get rid of more unnecessary stuff.
|
||||||
rm -rf $out/var $out/bin/sln
|
rm -rf $out/var $bin/bin/sln
|
||||||
|
|
||||||
# For some reason these aren't stripped otherwise and retain reference
|
# For some reason these aren't stripped otherwise and retain reference
|
||||||
# to bootstrap-tools; on cross-arm this stripping would break objects.
|
# to bootstrap-tools; on cross-arm this stripping would break objects.
|
||||||
|
|
Loading…
Reference in New Issue