dev/chroot-test/copy-installables
author Tom Parker <palfrey@lshift.net>
Tue, 03 Apr 2012 18:44:58 +0100
branchwindows
changeset 349 b271be84da5e
parent 329 11db65f65fa7
permissions -rwxr-xr-x
Fix windows issues that cropped up in the new install

if ${CHROOT_TEST_INSTALLDEB:-false} ; then
    cp build/debian/*.deb $BACKING/action
else
    hg st -mac0n -X '.hg*' -X 'dev/**' \
        | cpio -p -0 -d $BACKING/action/mercurial-server
fi