Path to sparc daily builds has changed.

This commit is contained in:
Joey Hess 2008-06-05 22:45:11 +00:00
parent 5c7c79d9f1
commit 977746d1c1
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -38,6 +38,7 @@ debian-cd (3.0.5) UNRELEASED; urgency=low
[ Joey Hess ]
* Add per-language desktop tasks to the task.list files.
* Path to sparc daily builds has changed.
-- Frans Pop <fjp@debian.org> Sat, 17 May 2008 18:03:38 +0200

View File

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