summaryrefslogtreecommitdiffstats
path: root/rescue/make_rescue_img
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2002-08-01 09:52:02 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2002-08-01 09:52:02 +0000
commit119361dd54102e2eceddbf0d8af56da953c1d4db (patch)
tree5007209e75186bf334ed01c95b5af6f2a7c1948a /rescue/make_rescue_img
parentd3bce593af2296f8b70e6bd06618d88f4059d210 (diff)
downloaddrakx-backup-do-not-use-119361dd54102e2eceddbf0d8af56da953c1d4db.tar
drakx-backup-do-not-use-119361dd54102e2eceddbf0d8af56da953c1d4db.tar.gz
drakx-backup-do-not-use-119361dd54102e2eceddbf0d8af56da953c1d4db.tar.bz2
drakx-backup-do-not-use-119361dd54102e2eceddbf0d8af56da953c1d4db.tar.xz
drakx-backup-do-not-use-119361dd54102e2eceddbf0d8af56da953c1d4db.zip
While stripping libraries, note that we may need to have both /lib and
/lib64 on biarch systems.
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-xrescue/make_rescue_img3
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];