=================================================================== RCS file: /cvs/openbsd/fill_chroot/Attic/perl_to_chroot,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openbsd/fill_chroot/Attic/perl_to_chroot 2005/12/21 18:06:32 1.2 +++ openbsd/fill_chroot/Attic/perl_to_chroot 2005/12/21 19:14:12 1.3 @@ -1,8 +1,8 @@ #!/bin/sh -# $RedRiver: perl_to_chroot,v 1.1 2005/12/21 18:04:06 andrew Exp $ +# $RedRiver: perl_to_chroot,v 1.2 2005/12/21 18:06:32 andrew Exp $ PERLLIBS=`ldd /usr/bin/perl | cut -d ' ' -f 7 | sed -e 's/:$//'` -CHROOT=${CHROOT:=/home/andrew/www} +CHROOT=${CHROOT:=/var/www} for f in ${PERLLIBS} /usr/libdata/perl5 /usr/local/libdata/perl5; do DESTDIR=${CHROOT}`dirname ${f}`