Fix syntax errors in tools/boot/{lenny,squeeze}/boot-m68k (thanks to
lintian).
This commit is contained in:
parent
46e39c2129
commit
d12d861d0d
|
@ -34,6 +34,8 @@ debian-cd (3.1.3) UNRELEASED; urgency=low
|
|||
* Use dpkg --fsys-tarfile instead of ar for extracting files from deb
|
||||
packages. The previous invocation could have failed for packages using
|
||||
something other than gzip compression.
|
||||
* Fix syntax errors in tools/boot/{lenny,squeeze}/boot-m68k (thanks to
|
||||
lintian).
|
||||
|
||||
-- Frans Pop <fjp@debian.org> Sun, 23 Aug 2009 08:59:25 +0200
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ if [ "$DI_WWW_HOME" = "default" ];then
|
|||
elif [ "$DI_WWW_HOME" = "test" ];then
|
||||
# Temporarily disabled to stop cron jobs complaining
|
||||
# DI_WWW_HOME="http://people.debian.org/~smarenka/d-i/test/cd/"
|
||||
:
|
||||
fi
|
||||
if [ ! "$DI_DIST" ]; then
|
||||
DI_DIST="$DI_CODENAME"
|
||||
|
|
|
@ -24,6 +24,7 @@ if [ "$DI_WWW_HOME" = "default" ];then
|
|||
elif [ "$DI_WWW_HOME" = "test" ];then
|
||||
# Temporarily disabled to stop cron jobs complaining
|
||||
# DI_WWW_HOME="http://people.debian.org/~smarenka/d-i/test/cd/"
|
||||
:
|
||||
fi
|
||||
if [ ! "$DI_DIST" ]; then
|
||||
DI_DIST="$DI_CODENAME"
|
||||
|
|
Loading…
Reference in New Issue