=================================================================== RCS file: /cvs/openbsd/fill_chroot/fill_chroot,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openbsd/fill_chroot/fill_chroot 2005/12/21 19:14:12 1.1 +++ openbsd/fill_chroot/fill_chroot 2006/01/16 21:03:12 1.2 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver$ +# $RedRiver: fill_chroot,v 1.1 2005/12/21 19:14:12 andrew Exp $ CHROOT=${CHROOT:=/home/andrew/www} export CHROOT @@ -8,6 +8,6 @@ mkdir -p ${CHROOT}/usr/local/lib find ${CHROOT} -name *.so* | xargs find_depends | \ - sort -u | xargs -I {} cp {} ${CHROOT}{} + sort -u | xargs -I {} pax -r -w -L -p e {} ${CHROOT} fix_ldconfig