From d89144d305af387170757a8d0f447738b305e621 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 14 May 2007 22:14:12 +0000 Subject: [PATCH] change the names of the 32-bit chroot's back to the base name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/all/build-all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index ba156ae3cb..d6c902a460 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -92,12 +92,12 @@ def getTasks(config_env): ]) cyclopsTask1 = Task([ - Job("cyclops.d", "distrib/all/build-deb", ["cyclops", "/work/chroot/dapper32", "dapper"], env=config_env), + Job("cyclops.d", "distrib/all/build-deb", ["cyclops", "/work/chroot/dapper", "dapper"], env=config_env), Job("cyclops.d64", "distrib/all/build-deb", ["cyclops", "/work/chroot/dapper64", "dapper64"], env=config_env), ]) cyclopsTask2 = Task([ - Job("cyclops.f", "distrib/all/build-deb", ["cyclops", "/work/chroot/feisty32", "feisty"], env=config_env), + Job("cyclops.f", "distrib/all/build-deb", ["cyclops", "/work/chroot/feisty", "feisty"], env=config_env), Job("cyclops.f64", "distrib/all/build-deb", ["cyclops", "/work/chroot/feisty64", "feisty64"], env=config_env), ])