From f2b0bc6868fdb546c0c2a4781e0de20e2125f25f Mon Sep 17 00:00:00 2001 From: codehelp Date: Wed, 21 Apr 2010 14:34:17 +0000 Subject: [PATCH] fixup the crosschroot conf files git-svn-id: http://emdebian.org/svn/current@7124 563faec7-e20c-0410-992a-a66f704d0ccd --- cross/crosschroot-lenny.conf | 4 ++-- cross/crosschroot-squeeze.conf | 4 ++-- cross/crosschroot.conf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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]