Path to sparc daily builds has changed.
This commit is contained in:
parent
5c7c79d9f1
commit
977746d1c1
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue