use squeeze, not lenny
This commit is contained in:
parent
0da18ecb7f
commit
f370f47f8b
|
@ -4,7 +4,7 @@
|
|||
set -e
|
||||
|
||||
if [ "$RELEASE_NOTES_LOCATION"x = ""x ] ; then
|
||||
export RELEASE_NOTES_LOCATION="http://www.debian.org/releases/lenny"
|
||||
export RELEASE_NOTES_LOCATION="http://www.debian.org/releases/$CODENAME"
|
||||
fi
|
||||
|
||||
# The location of the tree for CD#1, passed in
|
||||
|
|
Loading…
Reference in New Issue