remove tmp dir unconditionally at start

This commit is contained in:
Ben Collins 2000-08-17 12:45:57 +00:00
parent 7ce100cfe5
commit 37f4ffd803
1 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ cp -f -p $BASEDIR/tools/boot/potato/sparc-etc/{boot-msg.txt,debian.txt,silo.conf
$inst/etc/
tmp=/var/tmp/debian_cd
if [ ! -d $tmp ]; then
rm -rf $tmp
mkdir -p $tmp
fi
for suba in sun4cdm sun4u; do
ln -s ../../dists/$CODENAME/main/disks-$ARCH/current/$suba/linux-a.out \
$inst/boot/$suba/linux