$OpenBSD: patch-contrib_install_sh,v 1.1.1.1 2010/12/21 20:47:48 joshe Exp $
--- contrib/install.sh.orig	Wed Dec 15 19:19:52 2010
+++ contrib/install.sh	Sat Dec 18 08:31:26 2010
@@ -73,7 +73,7 @@ fi
 
 
 echo -n "Installing conkeror to $PREFIX/lib/conkeror ..."
-assert xulrunner --install-app conkeror.xulapp "$PREFIX/lib/"
+assert ${XULRUNNER} --install-app conkeror.xulapp "$PREFIX/lib/"
 
 echo -n "Installing conkeror-spawn-helper to $PREFIX/lib/conkeror ..."
 cp conkeror-spawn-helper $PREFIX/lib/conkeror/
