[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Temporary directorys $%$# up



Le Mon, Jun 19, 2000 at 03:50:30PM +0100, Steve McIntyre écrivait:
> Apologies, it looks like I missed one file. A better fix is to do the
> stuff in upgrade.sh for CD1*. I'd do it myself, but I'm half the world
> away from my working tree at the moment...

I've committed a fix, but I couldn't test it. I think it should be ok :

for arch in i386 alpha sparc m68k
do
  if [ "$ARCH" = "$arch" -a -d "$MIRROR/dists/$CODENAME/main/upgrade-$ARCH" ];
  then
    for dir in $TDIR/$CODENAME-$ARCH/CD1*
    do
      cp -a $MIRROR/dists/$CODENAME/main/upgrade-$ARCH $dir/
      mv $dir/upgrade-$ARCH $dir/upgrade
    done
  fi
done

Please test it and let me know.

Cheers,
-- 
Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/



Reply to: