diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index 2251c504..7ca5122c 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -27,9 +27,9 @@ if [ $# -lt 2 ]; then fi DISTRO="$1" -if [ "$DISTRO" == "stable+backports" ] ; then - # FIXME: this works but is a bit too hackish for my liking - DISTRO="stable" +if [ "$DISTRO" == "wheezy+backports" ] ; then + # FIXME: this works but is a bit too hackish for my liking, ie it will break when jessie will be stable.. + DISTRO="wheezy" BACKPORTS="deb $MIRROR ${DISTRO}-backports main" BACKPORTSSRC="deb-src $MIRROR ${DISTRO}-backports main" fi |