summaryrefslogtreecommitdiffstats
path: root/bin/schroot-create.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/schroot-create.sh')
-rwxr-xr-xbin/schroot-create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index 4a7ee9d1..92b7aae8 100755
--- a/bin/schroot-create.sh
+++ b/bin/schroot-create.sh
@@ -61,7 +61,7 @@ if [ "$SUITE" = "experimental" ] ; then
EXTRA_SOURCES[1]="deb-src $MIRROR experimental main $CONTRIB"
elif [ "$SUITE" != "unstable" ] ; then
EXTRA_SOURCES[6]="deb security.debian.org $SUITE/updates main $CONTRIB"
- EXTRA_SOURCES[6]="deb-src security.debian.org $SUITE/updates main $CONTRIB"
+ EXTRA_SOURCES[7]="deb-src security.debian.org $SUITE/updates main $CONTRIB"
fi
export SCHROOT_TARGET=$(mktemp -d -p $SCHROOT_BASE/ schroot-install-$TARGET-XXXX)