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