From 119361dd54102e2eceddbf0d8af56da953c1d4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Thu, 1 Aug 2002 09:52:02 +0000 Subject: While stripping libraries, note that we may need to have both /lib and /lib64 on biarch systems. --- rescue/make_rescue_img | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rescue') 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]; -- cgit v1.2.1