stage-1: Fixes use of stripDirs.
This commit is contained in:
parent
14a9ca27e6
commit
4106de56d0
@ -164,7 +164,7 @@ let
|
|||||||
|
|
||||||
# Strip binaries further than normal.
|
# Strip binaries further than normal.
|
||||||
chmod -R u+w $out
|
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.
|
# Run patchelf to make the programs refer to the copied libraries.
|
||||||
find $out/bin $out/lib -type f | while read i; do
|
find $out/bin $out/lib -type f | while read i; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user