51a52,56
> ### spawn-process-helper should be in the current directory
> if [[ ! -e spawn-process-helper ]]; then
>     echo " spawn-process-helper not found.  install cannot continue."
>     exit 1
> fi
58a64,68
> echo -n "Installing spawn-process-helper to $PREFIX/lib/conkeror ..."
> cp spawn-process-helper $PREFIX/lib/conkeror/
> echo ok
> 
> 
