Adding squeeze-backports as valid distribution codename in lb_config.

This commit is contained in:
Daniel Baumann 2010-09-26 12:25:37 +02:00
parent 958ec2235e
commit e62dd620ea
1 changed files with 5 additions and 0 deletions

View File

@ -383,6 +383,11 @@ Local_arguments ()
LB_DISTRIBUTION="lenny"
BACKPORTS="true"
;;
squeeze-backports)
LB_DISTRIBUTION="squeeze"
BACKPORTS="true"
;;
esac
;;