use general path as specific one seems to fail

This commit is contained in:
Luk Claes 2009-04-08 20:28:52 +00:00
parent 799a06f4c2
commit b9730d6ab1
1 changed files with 1 additions and 1 deletions

View File

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