From ba4562286513f74fbc973473beb952c0abe860c8 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Sat, 24 Jun 2006 12:31:04 +0000 Subject: [PATCH] Fix URL to powerpc images --- tools/boot/etch/boot-powerpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/boot/etch/boot-powerpc b/tools/boot/etch/boot-powerpc index 5c940352..a1bf7031 100755 --- a/tools/boot/etch/boot-powerpc +++ b/tools/boot/etch/boot-powerpc @@ -15,7 +15,7 @@ N=$1 CDDIR=$2 INSTALLDIR=$CDDIR/install if [ "$DI_WWW_HOME" = "default" ];then - DI_WWW_HOME="http://people.debian.org/~wouter/d-i/powerpc/images/daily" + DI_WWW_HOME="http://people.debian.org/~wouter/d-i/powerpc/daily" if [ -n "$DI_DIR" ];then DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}" DI_WWW_HOME=""