diff options
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-x | rescue/make_rescue_img | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index a8290164b..dc6a7cb3a 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -103,7 +103,8 @@ installown("rescue-doc", "/usr/bin"); _ "cd ../mdk-stage1 && make rescue-gui"; installown("../mdk-stage1/rescue-gui", "/usr/bin"); -__ "strip $tmp/{lib,bin,sbin}/* $tmp/usr/{bin,sbin}/* 2>/dev/null"; +#- note that on biarch systems, we may need to have both /lib and /lib64 +__ "strip $tmp/{lib,$lib,bin,sbin}/* $tmp/usr/{bin,sbin}/* 2>/dev/null"; exit 0 if $ARGV[0]; |