diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-09 16:50:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-09 16:50:47 +0000 |
commit | 7302855eeae62088b2910793112acc3af71a7bc9 (patch) | |
tree | 57b6a6ba4992c8824ba63b90d3300a8ae233e8d1 /rescue | |
parent | 0ee11e471095e7390839eac7ff95bddd13651ffa (diff) | |
download | drakx-backup-do-not-use-7302855eeae62088b2910793112acc3af71a7bc9.tar drakx-backup-do-not-use-7302855eeae62088b2910793112acc3af71a7bc9.tar.gz drakx-backup-do-not-use-7302855eeae62088b2910793112acc3af71a7bc9.tar.bz2 drakx-backup-do-not-use-7302855eeae62088b2910793112acc3af71a7bc9.tar.xz drakx-backup-do-not-use-7302855eeae62088b2910793112acc3af71a7bc9.zip |
no_comment
Diffstat (limited to 'rescue')
-rwxr-xr-x | rescue/make_rescue_img | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index d77250fed..2e3178ca7 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -36,6 +36,7 @@ _ "$sudo rm -rf $tmp" if -e $tmp; _ "mkdir $tmp"; _ 'find . -name "*~" | xargs rm -f'; _ "cp -a tree/* $tmp"; +_ "find $tmp -name CVS | xargs rm -rf"; _ "cd $tmp; mkdir -p lib tmp modules proc"; |