On Wed, Jan 2, 2013 at 1:45 AM, Dave Reisner <[email protected]> wrote: > On Wed, Jan 02, 2013 at 01:42:44AM +0100, Sébastien Luttringer wrote: >> This will allow, by example, to easily build a package with a custom pkg. >> >> staging-x86_64-build -- -cI /var/cache/pacman/pkg/ldoc-1.2.0-1-any.pkg.tar.xz >> staging-x86_64-build -- -n >> >> Signed-off-by: Sébastien Luttringer <[email protected]> >> --- >> archbuild.in | 16 ++++++++++++---- >> 1 file changed, 12 insertions(+), 4 deletions(-) >> >> diff --git a/archbuild.in b/archbuild.in >> index 10d33b8..44288df 100644 >> --- a/archbuild.in >> +++ b/archbuild.in >> @@ -3,6 +3,7 @@ >> m4_include(lib/common.sh) >> >> base_packages=(base base-devel sudo) >> +makechrootpkg_args=(-c -n) > > You're proposing making cleaning the chroot the default? Definitely not > needed or wanted...
It always clean the "copy" chroot before build. It's the current behaviour. Cheers, -- Sébastien "Seblu" Luttringer https://www.seblu.net GPG: 0x2072D77A
