=================================================================== RCS file: /cvs/openbsd/fill_chroot/fix_ldconfig,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- openbsd/fill_chroot/fix_ldconfig 2011/08/09 01:13:54 1.10 +++ openbsd/fill_chroot/fix_ldconfig 2019/11/04 01:13:18 1.11 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: fix_ldconfig,v 1.8 2008/09/16 22:44:51 andrew Exp $ +# $AFresh1: fix_ldconfig,v 1.10 2011/08/09 00:13:54 andrew Exp $ if [ X"${CHROOT}" == X"" ]; then echo No CHROOT Specified! @@ -17,7 +17,7 @@ if [ ! X"${LD_PATH}" == X"" ]; then cp /sbin/ldconfig ${CHROOT} echo running: ldconfig ${LD_PATH} - chroot ${CHROOT} ldconfig ${LD_PATH} + chroot ${CHROOT} ./ldconfig ${LD_PATH} #chroot ${CHROOT} ldconfig -r rm -f ${CHROOT}/ldconfig fi