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

Annotation of openbsd/fill_chroot/fill_chroot, Revision 1.3

1.1       andrew      1: #!/bin/sh
1.3     ! andrew      2: # $RedRiver: fill_chroot,v 1.2 2006/01/16 21:03: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:
1.3     ! andrew     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>