=================================================================== RCS file: /cvs/openbsd/fill_chroot/Attic/perl_to_chroot,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- openbsd/fill_chroot/Attic/perl_to_chroot 2008/09/16 23:14:04 1.7 +++ openbsd/fill_chroot/Attic/perl_to_chroot 2008/10/21 20:08:31 1.8 @@ -1,10 +1,9 @@ #!/bin/sh -# $RedRiver: perl_to_chroot,v 1.6 2008/09/12 23:07:59 andrew Exp $ +# $RedRiver: perl_to_chroot,v 1.7 2008/09/16 22:14:04 andrew Exp $ CHROOT=${CHROOT:=/var/www} -for f in /usr/bin/perl \ - `find_depends /usr/bin/perl` \ +for f in `find_depends /usr/bin/perl` \ /usr/libdata/perl5 \ /usr/local/libdata/perl5 \ ; do