summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-26 12:25:37 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:24 +0100
commite62dd620ea17aa8dd2552c5177588ac0d86e970c (patch)
tree81161465e150432a930ea997be0ddb7fd630d94b /scripts
parent958ec2235eb871d9e3c2d0889a33bdfd31ed07fd (diff)
downloadlive-build-e62dd620ea17aa8dd2552c5177588ac0d86e970c.zip
live-build-e62dd620ea17aa8dd2552c5177588ac0d86e970c.tar.gz
Adding squeeze-backports as valid distribution codename in lb_config.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/lb_config5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index dda7a95..fa69271 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -383,6 +383,11 @@ Local_arguments ()
LB_DISTRIBUTION="lenny"
BACKPORTS="true"
;;
+
+ squeeze-backports)
+ LB_DISTRIBUTION="squeeze"
+ BACKPORTS="true"
+ ;;
esac
;;