dev/chroot-test/copy-installables
author Mahlon E. Smith <mahlon@martini.nu>
Tue, 24 Jul 2012 10:48:17 -0700
changeset 350 bb7ee0a13ea9
parent 329 11db65f65fa7
permissions -rwxr-xr-x
Allow the HOMEDIR and ETCDIR to be configurable via Makefile ENV. Add FreeBSD user creation support.

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