  make  bindir=$INSTALL_ROOT/bin  install  &&
  if [ -x /lib/libsafe.so.2 ] ; then
    if grep libsafe $INSTALL_ROOT/etc/ld.so.preload ; then
      true
    else
      echo '/lib/libsafe.so.2' > $INSTALL_ROOT/etc/ld.so.preload
    fi
  fi
