stage-1: Fixes use of stripDirs.

This commit is contained in:
Samuel Dionne-Riel 2018-07-07 22:25:23 -04:00
parent 14a9ca27e6
commit 4106de56d0

View File

@ -164,7 +164,7 @@ let
# Strip binaries further than normal.
chmod -R u+w $out
stripDirs "lib bin" "-s"
stripDirs "$STRIP" "lib bin" "-s"
# Run patchelf to make the programs refer to the copied libraries.
find $out/bin $out/lib -type f | while read i; do