diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-25 12:51:26 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-25 12:51:26 +0000 |
commit | 586afb4bb29d6f3197f3078854b544d842510542 (patch) | |
tree | e398d05b03dde61618f08e77b90f9ef566db5a59 /tools/i386/netboot/makeImages | |
parent | 43d907386f00dbf81d5abc2ef3991408f7cec971 (diff) | |
download | drakx-backup-do-not-use-586afb4bb29d6f3197f3078854b544d842510542.tar drakx-backup-do-not-use-586afb4bb29d6f3197f3078854b544d842510542.tar.gz drakx-backup-do-not-use-586afb4bb29d6f3197f3078854b544d842510542.tar.bz2 drakx-backup-do-not-use-586afb4bb29d6f3197f3078854b544d842510542.tar.xz drakx-backup-do-not-use-586afb4bb29d6f3197f3078854b544d842510542.zip |
don't be a bastard, keep CVS directory
Diffstat (limited to 'tools/i386/netboot/makeImages')
-rwxr-xr-x | tools/i386/netboot/makeImages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/i386/netboot/makeImages b/tools/i386/netboot/makeImages index 79d45c11e..3920547d7 100755 --- a/tools/i386/netboot/makeImages +++ b/tools/i386/netboot/makeImages @@ -7,7 +7,7 @@ DRIVERTOCOMPILE=`grep NETBOOT_DRIVERS= ${PATHGRUB}/configure.in | cut -d " " -f echo "Cleaning old drivers" for i in `ls` do - if [ -d $i ]; then + if [ -d $i ] && [ $i != CVS ]; then rm -rf $i fi |