Setting default distribution to lenny.

This commit is contained in:
Daniel Baumann 2007-09-23 14:05:11 +02:00
parent 20aad4c211
commit caeb8b9d72
1 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,11 @@ Set_defaults ()
if [ -z "${LH_DISTRIBUTION}" ] if [ -z "${LH_DISTRIBUTION}" ]
then then
case "${LH_MODE}" in case "${LH_MODE}" in
debian|debian-edu) debian)
LH_DISTRIBUTION="lenny"
;;
debian-edu)
LH_DISTRIBUTION="etch" LH_DISTRIBUTION="etch"
;; ;;