arm: risc* flavours are no longer built; patch by Martin Michlmayr

This commit is contained in:
Frans Pop 2006-02-07 18:34:58 +00:00
parent f2dbec3701
commit 839d556954
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -159,8 +159,9 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
* For etch, pick up the installation guide from the appropriate
package in the archive rather than from the d-i area.
* Add missing envvar checks in tools/generate_di*_list scripts.
* arm: risc* flavours are no longer built. Closes: #351818.
-- Joey Hess <joeyh@debian.org> Fri, 3 Feb 2006 14:22:51 -0500
-- Frans Pop <fjp@debian.org> Tue, 7 Feb 2006 19:32:50 +0100
debian-cd (2.2.23) unstable; urgency=low

View File

@ -40,7 +40,7 @@ fi
cd $INSTALLDIR
for subarch in bast netwinder riscpc riscstation; do
for subarch in bast netwinder; do
if [ ! "$DI_WWW_HOME" ];then
if [ ! "$DI_DIR" ];then
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"