diff --git a/cross/crosschroot-lenny.conf b/cross/crosschroot-lenny.conf index e1f2c0f..c975fa1 100644 --- a/cross/crosschroot-lenny.conf +++ b/cross/crosschroot-lenny.conf @@ -15,8 +15,8 @@ unpack=true # the order of sections is not important. # the debootstrap option determines which repository # is used to calculate the list of Priority: required packages. -debootstrap=Debian Base Toolchains -aptsources=Debian Toolchains +debootstrap=Base +aptsources=Base # Lenny toolchains need -base from Lenny. [Base] diff --git a/cross/crosschroot-squeeze.conf b/cross/crosschroot-squeeze.conf index f87bba0..023c747 100644 --- a/cross/crosschroot-squeeze.conf +++ b/cross/crosschroot-squeeze.conf @@ -15,8 +15,8 @@ unpack=true # the order of sections is not important. # the debootstrap option determines which repository # is used to calculate the list of Priority: required packages. -debootstrap=Debian Base Toolchains -aptsources=Debian Toolchains +debootstrap=Debian Base +aptsources=Debian # Lenny toolchains need -base from Lenny. [Base] diff --git a/cross/crosschroot.conf b/cross/crosschroot.conf index 90a0f7b..3b2291c 100644 --- a/cross/crosschroot.conf +++ b/cross/crosschroot.conf @@ -15,8 +15,8 @@ unpack=true # the order of sections is not important. # the debootstrap option determines which repository # is used to calculate the list of Priority: required packages. -debootstrap=Debian Base Toolchains -aptsources=Debian Toolchains +debootstrap=Debian Base +aptsources=Debian # Lenny toolchains need -base from Lenny. [Base]