diff -r 36400dcefb67 -r b44dd7bad82c dev/chroot-test/copy-installables --- a/dev/chroot-test/copy-installables Tue Sep 06 17:12:57 2011 +0100 +++ b/dev/chroot-test/copy-installables Wed Sep 07 10:56:24 2011 +0100 @@ -1,3 +1,6 @@ - -hg st -mac0n -X '.hg*' -X 'dev/**' \ - | cpio -p -0 -d $BACKING/action/mercurial-server +if $CHROOT_TEST_INSTALLDEB ; then + cp build/debian/*.deb $BACKING/action +else + hg st -mac0n -X '.hg*' -X 'dev/**' \ + | cpio -p -0 -d $BACKING/action/mercurial-server +fi