use the full correct path

This commit is contained in:
Steve McIntyre 2011-03-02 22:45:11 +00:00
parent 3df17fb170
commit 1250b9bca0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ set -e
N=$1
CDDIR=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/sparc/daily/"
DI_WWW_HOME="http://d-i.debian.org/daily-images/sparc/daily/cdrom/"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_WWW_HOME=""