Fix URL to powerpc images

This commit is contained in:
Frans Pop 2006-06-24 12:31:04 +00:00
parent 20434539ca
commit ba45622865
1 changed files with 1 additions and 1 deletions

View File

@ -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=""