From 68d4c1df88943f29669336e11bc8767dd0ed37d0 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Wed, 19 Apr 2000 19:02:53 +0000 Subject: changed $$ stuff --- scripts/mk-images | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts/mk-images') diff --git a/scripts/mk-images b/scripts/mk-images index 289be0eeb..2dad4568d 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -19,7 +19,7 @@ TOPDIR=$(cd $TOPDIR; pwd) IMAGEPATH=$2 FULLMODPATH=$3 IMGPATH=$(echo $FULLMODPATH | sed 's,/[^/]*$,,') - KERNELROOT=/tmp/updboot.kernel + KERNELROOT=/tmp/updboot.kernel.$$ MODDEPS=$KERNELROOT/moddeps ARCH=$(uname -m | sed 's/i.86/i386/') @@ -218,11 +218,11 @@ makebootdisk() { MBD_FILENAME=$IMAGEPATH/$1 LOADERBIN=$2 MODSET=`expandModuleSet "$3"` - MBD_DIR=/tmp/makebootdisk.dir - MBD_FSIMAGE=/tmp/makebootdisk.initrdimage - MBD_MNTPOINT=/tmp/makebootdisk.mount - MBD_TMPIMAGE=/tmp/makebootdisk.image - MBD_BOOTTREE=/tmp/makebootdisk.tree + MBD_DIR=/tmp/makebootdisk.dir.$$ + MBD_FSIMAGE=/tmp/makebootdisk.initrdimage.$$ + MBD_MNTPOINT=/tmp/makebootdisk.mount.$$ + MBD_TMPIMAGE=/tmp/makebootdisk.image.$$ + MBD_BOOTTREE=/tmp/makebootdisk.tree.$$ INITBIN=init rm -rf $MBD_DIR MBD_FSIMAGE -- cgit