=================================================================== RCS file: /cvs/openbsd/fill_chroot/Attic/perl_to_chroot,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- openbsd/fill_chroot/Attic/perl_to_chroot 2008/09/13 00:07:59 1.6 +++ openbsd/fill_chroot/Attic/perl_to_chroot 2008/09/16 23:14:04 1.7 @@ -1,11 +1,10 @@ #!/bin/sh -# $RedRiver: perl_to_chroot,v 1.5 2006/06/29 18:44:19 andrew Exp $ +# $RedRiver: perl_to_chroot,v 1.6 2008/09/12 23:07:59 andrew Exp $ -PERLLIBS=`ldd /usr/bin/perl | cut -c 41- | grep ^/` CHROOT=${CHROOT:=/var/www} for f in /usr/bin/perl \ - ${PERLLIBS} \ + `find_depends /usr/bin/perl` \ /usr/libdata/perl5 \ /usr/local/libdata/perl5 \ ; do