glibc: remove sln from bin, not sbin

This commit is contained in:
obadz 2016-08-19 15:20:26 +01:00
parent 9744c7768d
commit a7bfa77787

View File

@ -70,7 +70,7 @@ in
fi fi
# Get rid of more unnecessary stuff. # Get rid of more unnecessary stuff.
rm -rf $out/var $out/sbin/sln rm -rf $out/var $out/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.