summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-20 21:48:51 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-20 21:48:51 +0000
commitef08d7c8a1b541e296b1192a2b5c0d6083c6de07 (patch)
treebbd2d3ee791bd7dfadbcfaa1f1198afb3842fd94 /rescue
parent037d713f16af56333b0bbdc249ff7073ac81a368 (diff)
downloaddrakx-backup-do-not-use-ef08d7c8a1b541e296b1192a2b5c0d6083c6de07.tar
drakx-backup-do-not-use-ef08d7c8a1b541e296b1192a2b5c0d6083c6de07.tar.gz
drakx-backup-do-not-use-ef08d7c8a1b541e296b1192a2b5c0d6083c6de07.tar.bz2
drakx-backup-do-not-use-ef08d7c8a1b541e296b1192a2b5c0d6083c6de07.tar.xz
drakx-backup-do-not-use-ef08d7c8a1b541e296b1192a2b5c0d6083c6de07.zip
no_comment
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/make_rescue_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img
index 9c8f3f5c9..d77250fed 100755
--- a/rescue/make_rescue_img
+++ b/rescue/make_rescue_img
@@ -36,7 +36,7 @@ _ "$sudo rm -rf $tmp" if -e $tmp;
_ "mkdir $tmp";
_ 'find . -name "*~" | xargs rm -f';
_ "cp -a tree/* $tmp";
-_ "mkdir -p lib tmp modules proc";
+_ "cd $tmp; mkdir -p lib tmp modules proc";
foreach (keyboard::loadkeys_files) {