[BACK]Return to fill_chroot CVS log [TXT][DIR] Up to [local] / openbsd / fill_chroot

Annotation of openbsd/fill_chroot/fill_chroot, Revision 1.2

1.1       andrew      1: #!/bin/sh
1.2     ! andrew      2: # $RedRiver: fill_chroot,v 1.1 2005/12/21 19:14:12 andrew Exp $
1.1       andrew      3:
                      4: CHROOT=${CHROOT:=/home/andrew/www}
                      5: export CHROOT
                      6:
                      7: perl_to_chroot
                      8: mkdir -p ${CHROOT}/usr/local/lib
                      9:
                     10: find ${CHROOT} -name *.so* | xargs find_depends | \
1.2     ! andrew     11:      sort -u | xargs -I {} pax -r -w -L -p e {} ${CHROOT}
1.1       andrew     12:
                     13: fix_ldconfig

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>