diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-11 15:15:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-11 15:15:45 +0000 |
commit | 4aa2ecefeca3b9b7580dc73106920b9c814efa6d (patch) | |
tree | cf3ed11e9d185c52ab26e9b3f44354f97f7bbcd3 /rescue/make_rescue_img | |
parent | 156f8a0b71f9efd3269276d335c11b747cf8cf9a (diff) | |
download | drakx-backup-do-not-use-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.tar drakx-backup-do-not-use-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.tar.gz drakx-backup-do-not-use-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.tar.bz2 drakx-backup-do-not-use-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.tar.xz drakx-backup-do-not-use-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.zip |
no_comment
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-x | rescue/make_rescue_img | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index 2e3178ca7..56309dfe5 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -51,6 +51,10 @@ foreach (cat_("list")) { install($_); chomp, install_lib($_) foreach `ldd $_ 2>/dev/null | grep "=>" | sed -e 's/.*=> //' -e 's/ .*//'`; } +foreach (cat_("dirs")) { + chomp; + commands::mkdir_("-p", "$tmp$_"); +} foreach (cat_("aliases")) { chomp; my ($f, $dest) = split; symlink $dest, "$tmp$f"; |