summaryrefslogtreecommitdiffstats
path: root/source/a/pkgtools/scripts/makebootdisk
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/pkgtools/scripts/makebootdisk')
-rw-r--r--source/a/pkgtools/scripts/makebootdisk1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/a/pkgtools/scripts/makebootdisk b/source/a/pkgtools/scripts/makebootdisk
index 93ccc5a99..e1c3cfb61 100644
--- a/source/a/pkgtools/scripts/makebootdisk
+++ b/source/a/pkgtools/scripts/makebootdisk
@@ -37,7 +37,6 @@ fi
TMP=/var/log/setup/tmp
# If the $TMP directory doesn't exist, create it:
if [ ! -d $TMP ]; then
- rm -rf $TMP # make sure it's not a symlink or something stupid
mkdir -p $TMP
chmod 700 $TMP # no need to leave it open
fi